transitionEnd doesn't pass handler through to emulateTransitionEnd
See original GitHub issueDescribe the bug
transitionEnd
does not run handler for browsers that do not pass TRANSITION_END
support check.
To Reproduce
Steps to reproduce the behavior:
- Use transition end in a browser that does not pass
'ontransitionend' in window
orcanUseDOM
check.
Expected behavior
The handler should still be ran for browsers that do not pass the above check.
Environment (please complete the following information)
- Operating System: Windows 10
- Browser, Version: IE 11
- React-Bootstrap Version: 1.0.0-beta.11
Additional context
TRANSITION_SUPPORTED
variable is always false for IE 11.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
addEventListener for transitionend does not execute function
I was posting a comment to include my css for the fade-in effect and noticed that the css is using animation, not transition....
Read more >bootstrap.bundle.min.js.map - Google Git
<br />\n * To override an option, simply pass as 3rd argument an object with the same\n * structure of this object, example:\n...
Read more >Untitled
Make sure that DOM nodes and window objects don't pass through, as well if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType ||...
Read more >Element: transitionend event - Web APIs - MDN Web Docs
The transitionend event is fired when a CSS transition has completed. In the case where a transition is removed before completion, ...
Read more >Changelog - ember-bootstrap
v5.1.1 (2022-05-25). Documentation. #1791 Fix typos in API docs (@simonihmig); #1790 Bug fix: carousel component missing from API docs (@bvedad) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
yes there is bug there, the listener should still be attached, there should an
else
on that if, not an early returnbest way to get something resolved in a timeframe you prefer is to send a PR!