Skip to content

CSS transitions do not fire #5

@ghost

Description

Nice work. One problem I encounter: the library detects that my browser (Chrome) supports CSS3 transitions/animations, but the cleanup logic does not seem to get triggered. This causes notifications to stay visible. Manually calling hide does not work either.

Not sure why this happens, because the examples on the project site seem to work.

My app uses the following libraries:

  • JQuery 1.9.1
  • Ember 1.0-RC
  • iOS-Overlay

Anyway my fork shows a workaround that falls back to jQuery animations if jQuery is available. This fixes the problem for me, but I'm not sure if this is a good general solution, hence no pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions