Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE10 uses 'transition' and 'transitionend' #4166

Merged
merged 1 commit into from
Jul 24, 2012
Merged

IE10 uses 'transition' and 'transitionend' #4166

merged 1 commit into from
Jul 24, 2012

Conversation

jonathansampson
Copy link
Contributor

msTransition, while supported in IE, should be ignored in favor of the
unprefixed property. Additionally, MSTransitionEnd should also be
ignored in favor of the unprefixed event transitionend.

Current unit test requires no attention in light of this change.

MSDN:
http://msdn.microsoft.com/en-us/library/ie/hh673535(v=vs.85).aspx#transitions_dom_events

msTransition, while supported in IE, should be ignored in favor of the
unprefixed property. Additionally, MSTransitionEnd should also be
ignored in favor of the unprefixed event transitionend.

Current unit test requires no attention in light of this change.

MSDN:
http://msdn.microsoft.com/en-us/library/ie/hh673535(v=vs.85).aspx#transitions_dom_events
@travisbot
Copy link

This pull request passes (merged 2a0cf0f into 614d52b).

fat added a commit that referenced this pull request Jul 24, 2012
IE10 uses 'transition' and 'transitionend'
@fat fat merged commit 802ced9 into twbs:2.1.0-wip Jul 24, 2012
joshkurz pushed a commit to joshkurz/bootstrap that referenced this pull request Dec 17, 2013
In IE10 msTransition exists but msTransitionEnd never fires. IE10 does however support standard transitionend.
Since IE<10 does not support transitions this line can be removed entirely.

This has already been done in Twitter Bootstrap. Reference here: twbs/bootstrap#4166
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.

3 participants