mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
IE10 uses 'transition' and 'transitionend'
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
This commit is contained in:
1
js/bootstrap-transition.js
vendored
1
js/bootstrap-transition.js
vendored
@@ -37,7 +37,6 @@
|
|||||||
'WebkitTransition' : 'webkitTransitionEnd'
|
'WebkitTransition' : 'webkitTransitionEnd'
|
||||||
, 'MozTransition' : 'transitionend'
|
, 'MozTransition' : 'transitionend'
|
||||||
, 'OTransition' : 'oTransitionEnd otransitionend'
|
, 'OTransition' : 'oTransitionEnd otransitionend'
|
||||||
, 'msTransition' : 'MSTransitionEnd'
|
|
||||||
, 'transition' : 'transitionend'
|
, 'transition' : 'transitionend'
|
||||||
}
|
}
|
||||||
, name
|
, name
|
||||||
|
Reference in New Issue
Block a user