Interaction animation cannot be disabled Accessibility Checkpoint
Description
Don’t use CSS animations or transitions in interactions without giving the user a way to turn them off.
Help
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Applicable standards
Change history
- 6.48 Mar 2023 Fixed false positive.
- 6.40 Jan 2021 Improved detection.
- 5.37 May 2020 Improved detection.
- 5.36 Jan 2020 Improved detection.
- 5.30 Jul 2018 Added.
This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.
Rule ID: AccCssTransitionInteraction