About 5% of users have prefers-reduced-motion set — vestibular disorders, headaches, or just a preference for calmer interfaces. Respect it.
The CSS pattern: @media (prefers-reduced-motion: reduce) can disable animations and transitions. Replace fancy transitions with simple cross-fades instead of removing all motion.
For JavaScript animations, check the media query at runtime and skip motion or use a shorter duration.