Commit 802ced9c authored by ♒∆✝'s avatar ♒∆✝

Merge pull request #4166 from jonathansampson/2.1.0-wip

IE10 uses 'transition' and 'transitionend'
parents f085dbad 2a0cf0f1
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
'WebkitTransition' : 'webkitTransitionEnd' 'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend' , 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd otransitionend' , 'OTransition' : 'oTransitionEnd otransitionend'
, 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend' , 'transition' : 'transitionend'
} }
, name , name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment