0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

Merge pull request #4166 from jonathansampson/2.1.0-wip

IE10 uses 'transition' and 'transitionend'
This commit is contained in:
♒∆✝ 2012-07-23 23:15:46 -07:00
commit 802ced9ca5

View File

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