]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
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)
commit2a0cf0f1312ff9edf96bed047758eb6e295b18ff
tree6d04739731b16f1b5998c67fbfa12c46ebbd5b21
parent614d52bd7f86591a0b0ab09e1c16ee888610d8a3
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
js/bootstrap-transition.js