mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Merge pull request #4159 from ixti/opera11-transitions-fix
Fix transition end name for opera 11+12
This commit is contained in:
Vendored
+1
-1
@@ -36,7 +36,7 @@
|
|||||||
, transEndEventNames = {
|
, transEndEventNames = {
|
||||||
'WebkitTransition' : 'webkitTransitionEnd'
|
'WebkitTransition' : 'webkitTransitionEnd'
|
||||||
, 'MozTransition' : 'transitionend'
|
, 'MozTransition' : 'transitionend'
|
||||||
, 'OTransition' : 'otransitionend'
|
, 'OTransition' : 'oTransitionEnd otransitionend'
|
||||||
, 'msTransition' : 'MSTransitionEnd'
|
, 'msTransition' : 'MSTransitionEnd'
|
||||||
, 'transition' : 'transitionend'
|
, 'transition' : 'transitionend'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user