mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-18 17:01:07 +00: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
1 changed files with 1 additions and 1 deletions
2
js/bootstrap-transition.js
vendored
2
js/bootstrap-transition.js
vendored
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue