mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-23 21:54:41 +00:00
MSTransitionEnd + move paren (thanks rick waldron)
This commit is contained in:
parent
0665c3ebf7
commit
2dc979a202
3 changed files with 2 additions and 2 deletions
Binary file not shown.
2
docs/assets/js/bootstrap-transition.js
vendored
2
docs/assets/js/bootstrap-transition.js
vendored
|
|
@ -36,7 +36,7 @@
|
|||
'WebkitTransition' : 'webkitTransitionEnd'
|
||||
, 'MozTransition' : 'transitionend'
|
||||
, 'OTransition' : 'oTransitionEnd'
|
||||
, 'msTransition' : 'MsTransitionEnd'
|
||||
, 'msTransition' : 'MSTransitionEnd'
|
||||
, 'transition' : 'transitionend'
|
||||
}
|
||||
, name
|
||||
|
|
|
|||
2
js/bootstrap-transition.js
vendored
2
js/bootstrap-transition.js
vendored
|
|
@ -36,7 +36,7 @@
|
|||
'WebkitTransition' : 'webkitTransitionEnd'
|
||||
, 'MozTransition' : 'transitionend'
|
||||
, 'OTransition' : 'oTransitionEnd'
|
||||
, 'msTransition' : 'MsTransitionEnd'
|
||||
, 'msTransition' : 'MSTransitionEnd'
|
||||
, 'transition' : 'transitionend'
|
||||
}
|
||||
, name
|
||||
|
|
|
|||
Loading…
Reference in a new issue