> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ReducedMotion

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

## Definition

```graphql theme={null}
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.
