Indicates a user’s preference for minimizing non-essential animations on a web page. Important for accessibility testing.

Definition

enum ReducedMotion {
  NO_PREFERENCE
  REDUCE
}

Values

NO_PREFERENCE

The user has not expressed a preference regarding motion reduction.

REDUCE

The user prefers reduced motion. Animations and transitions should be minimized or disabled.