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:
Jonathan Sampson 2012-07-24 01:50:38 -04:00
parent 614d52bd7f
commit 2a0cf0f131
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd otransitionend'
, 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend'
}
, name