mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Clean up transitionEnd properties. (#24511)
We don't support Opera 12, and Firefox's property was the unprefixed one.
This commit is contained in:
parent
1487c3a994
commit
ca4ad8bee8
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ const Util = (() => {
|
||||||
|
|
||||||
const TransitionEndEvent = {
|
const TransitionEndEvent = {
|
||||||
WebkitTransition : 'webkitTransitionEnd',
|
WebkitTransition : 'webkitTransitionEnd',
|
||||||
MozTransition : 'transitionend',
|
|
||||||
OTransition : 'oTransitionEnd otransitionend',
|
|
||||||
transition : 'transitionend'
|
transition : 'transitionend'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue