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

Definition

enum ScreenshotAnimations {
  ALLOW
  DISABLED
}

Values

ALLOW

Allow animations to play during screenshot capture.

DISABLED

Disable animations during screenshot capture to ensure a static image.