]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
IE10 uses 'transition' and 'transitionend' 4166/head
authorJonathan Sampson <jjdsampson@gmail.com>
Tue, 24 Jul 2012 05:50:38 +0000 (01:50 -0400)
committerJonathan Sampson <jjdsampson@gmail.com>
Tue, 24 Jul 2012 05:50:38 +0000 (01:50 -0400)
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

js/bootstrap-transition.js

index 0c37ebb187e8de35ed1dae11a30a026eb18acfc6..c5b2674f37a4fb04c2c02ec5bc9fbaedd9117840 100644 (file)
@@ -37,7 +37,6 @@
                'WebkitTransition' : 'webkitTransitionEnd'
             ,  'MozTransition'    : 'transitionend'
             ,  'OTransition'      : 'oTransitionEnd otransitionend'
-            ,  'msTransition'     : 'MSTransitionEnd'
             ,  'transition'       : 'transitionend'
             }
           , name