Skip to content
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

Strategy for cancelling running css transition is incorrect and doesn't work in Firefox #16469

Open
Narretz opened this issue Feb 24, 2018 · 0 comments

Comments

@Narretz
Copy link
Contributor

@Narretz Narretz commented Feb 24, 2018

When we cancel a css transition-based animation, we do not explicitly set the transition-property property to none, but instead we remove the animation classes, and assume that this will immediately stop the animation. However, this behavior is not supported in Firefox and IE11, because it's not actually to spec: https://bugzilla.mozilla.org/show_bug.cgi?id=1425014#c6

@Narretz Narretz added this to the Backlog milestone Feb 24, 2018
@Narretz Narretz self-assigned this Feb 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant