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

test #827

Open
ysong10 opened this issue Nov 18, 2020 · 2 comments
Open

test #827

ysong10 opened this issue Nov 18, 2020 · 2 comments
Assignees
Labels
bug Something isn't working info-needed

Comments

@ysong10
Copy link
Owner

ysong10 commented Nov 18, 2020

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

@bee-tool bee-tool bot added the bug Something isn't working label Nov 18, 2020
@bee-tool
Copy link

bee-tool bot commented Nov 18, 2020

Quality assessment:

- The system's expected behavior (EB) might not have been provided!

@ysong10 Can you provide this information in the bug report?

@bee-tool
Copy link

bee-tool bot commented Nov 18, 2020

Title: test

Description:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working info-needed
Projects
None yet
Development

No branches or pull requests

1 participant