-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Description
When looking into the necessity of $.support.transition.end, it seems to be that this is no longer needed.
I see that some properties were removed here:
But webkitTransitionEnd remains. However, according to https://caniuse.com/#feat=css-transitions, all browsers that bootstrap 4 supports use transitionend just fine. Is this even needed anymore?
Reactions are currently unavailable