-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSAnimationEnd does not work in IE 11, but animationend does #242
Comments
So |
@bbatliner Yes, |
I opened the pull request with a possible fix: |
When I made Pull Request #238, in the process the animation properties got rearranged to put the unprefixed property last. When browsers encounter both prefixed and unprefixed versions of a property, they apply a "last one wins" rule. Since |
@PikadudeNo1 got it. It would be really nice if you create a pull request with a possible fix. |
I just tested this by running the grunt command and opening test/build-test.html in IE - vexes seem to be closing properly and everything seems to be working OK, no code changes needed. IE version 11.674.15063.0. |
I switched the order of the property checks so that |
This event should occur when we close modal window. But it doesn't, so, as the result, the modal window is not closed. What if we always add an event listener for the
animationend
event? Or there is another fix? Attached version of IE.The text was updated successfully, but these errors were encountered: