Question 12 of 39
Motion and Animation
Which CSS media feature is used to detect if a user has requested that the system reduce the amount of non-essential motion it uses?
Correct Answer:
prefers-reduced-motion
The prefers-reduced-motion
media feature is designed to limit continuous motion animations, such as parallax. This feature is not intended to limit all animation or animation that plays only when a feature is interacted with.