mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 16:14:04 +02: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:
@@ -22,8 +22,6 @@ const Util = (() => {
|
|||||||
|
|
||||||
const TransitionEndEvent = {
|
const TransitionEndEvent = {
|
||||||
WebkitTransition : 'webkitTransitionEnd',
|
WebkitTransition : 'webkitTransitionEnd',
|
||||||
MozTransition : 'transitionend',
|
|
||||||
OTransition : 'oTransitionEnd otransitionend',
|
|
||||||
transition : 'transitionend'
|
transition : 'transitionend'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user