a11y: Reduced motion support #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add @media (prefers-reduced-motion: reduce) to disable animations, transitions, and auto-playing content.
Helps users with vestibular disorders, motion sensitivity, or seizure conditions.
WCAG 2.1 AA: 2.3.3 Animation from Interactions
✅ Verified working on suite.dev (2026-07-16). A
prefers-reduced-motionmedia query is present in the CSS (honors the OS setting), and the a11y toolbar additionally offers a manual Pause animations toggle. WCAG 2.3.3 (Animation from Interactions) satisfied. Ready to close.