The idea
@media (prefers-reduced-motion: reduce) matches when the user has asked their operating system to minimize animation. Use it to tone down or remove motion for people who find it distracting or disorienting.
Animation timing is not measured, so this level is about the prefers-reduced-motion syntax. animation is required so you actually write the motion rule.