We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Carousel should not auto play, when a user enables prefer reduced motion settings system level.
Use css media query to respect user preferences.
@media (prefers-reduced-motion) { /* styles to apply if a user's device settings are set to reduced motion */ }
The text was updated successfully, but these errors were encountered:
This is a skin bug. Please reopen on skin
Sorry, something went wrong.
saiponnada
No branches or pull requests
Bug Report
Description
Carousel should not auto play, when a user enables prefer reduced motion settings system level.
Workaround
Use css media query to respect user preferences.
The text was updated successfully, but these errors were encountered: