From: Jonathan Sampson Date: Tue, 24 Jul 2012 05:50:38 +0000 (-0400) Subject: IE10 uses 'transition' and 'transitionend' X-Git-Tag: v2.1.0~2^2~145^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4166%2Fhead;p=thirdparty%2Fbootstrap.git 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 --- diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js index 0c37ebb187..c5b2674f37 100644 --- a/js/bootstrap-transition.js +++ b/js/bootstrap-transition.js @@ -37,7 +37,6 @@ 'WebkitTransition' : 'webkitTransitionEnd' , 'MozTransition' : 'transitionend' , 'OTransition' : 'oTransitionEnd otransitionend' - , 'msTransition' : 'MSTransitionEnd' , 'transition' : 'transitionend' } , name