-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
[Chrome 74] @media(prefers-reduced-motion) rule #932
Comments
Hello @sivot thank you for the update! |
I can confirm this. With the release of the new Chrome, this rule causes all my elements to stop being animated even when the users do not set the mode to reduce. This issue is critical and should be fixed asap. |
I have added
to styles.css in my angular app. Also, I have attempted to update the library to include |
@jomho that block inlcuded to |
I'll close this as it's a duplication of #928 . |
@media(prefers-reduced-motion)
rule updated, please check:https://developers.google.com/web/updates/2019/03/prefers-reduced-motion
Please extend the rule:
@media (prefers-reduced-motion)
->@media (prefers-reduced-motion: reduce)
The text was updated successfully, but these errors were encountered: