> ## 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.

# ScreenshotAnimations

Controls the behavior of animations during screenshot capture. Animations can be allowed or disabled.

## Definition

```graphql theme={null}
enum ScreenshotAnimations {
  ALLOW
  DISABLED
}
```

## Values

### `ALLOW`

Allow animations to play during screenshot capture.

### `DISABLED`

Disable animations during screenshot capture to ensure a static image.
