mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Merge pull request #4159 from ixti/opera11-transitions-fix
Fix transition end name for opera 11+12
This commit is contained in:
commit
685785d2c2
2
js/bootstrap-transition.js
vendored
2
js/bootstrap-transition.js
vendored
@ -36,7 +36,7 @@
|
||||
, transEndEventNames = {
|
||||
'WebkitTransition' : 'webkitTransitionEnd'
|
||||
, 'MozTransition' : 'transitionend'
|
||||
, 'OTransition' : 'otransitionend'
|
||||
, 'OTransition' : 'oTransitionEnd otransitionend'
|
||||
, 'msTransition' : 'MSTransitionEnd'
|
||||
, 'transition' : 'transitionend'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user