Skip to content

Commit 2a0cf0f

Browse files
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
1 parent 614d52b commit 2a0cf0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: js/bootstrap-transition.js

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
'WebkitTransition' : 'webkitTransitionEnd'
3838
, 'MozTransition' : 'transitionend'
3939
, 'OTransition' : 'oTransitionEnd otransitionend'
40-
, 'msTransition' : 'MSTransitionEnd'
4140
, 'transition' : 'transitionend'
4241
}
4342
, name

0 commit comments

Comments
 (0)