Skip to content

Conversation

@isochronous
Copy link

Also prefer vendor-prefixed properties over native properties, as some browsers (Chrome Canary, for example) may say they support "transitionEnd" but not actually fire "transitionEnd" events. The bootstrap.transition compatibility is provided by making $.support.transition a string object rather than a string literal, and adding a $.support.transition.end property to it with the same value as $.support.transitionEnd.

Also prefer vendor-prefixed properties over native properties, as some browsers (Chrome Canary, for example) may say they support "transitionEnd" but not actually fire "transitionEnd" events.  The bootstrap.transition compatibility is provided by making $.support.transition a string object rather than a string literal, and adding a $.support.transition.end property to it with the same value as $.support.transitionEnd.
@rstacruz
Copy link
Owner

Might have missed this one — I'll need to look into this better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants