mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00: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 = {
|
||||
WebkitTransition : 'webkitTransitionEnd',
|
||||
MozTransition : 'transitionend',
|
||||
OTransition : 'oTransitionEnd otransitionend',
|
||||
transition : 'transitionend'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue