disableAnimations property
getter/setter pair
Sets whether animations are disabled for accessibility. When enabled, CSS animations and transitions may be reduced or disabled for users with motion sensitivity.
This is a WPE Platform setting that affects the entire display.
The default value is null (follows system default).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WPESettings.disable-animations):
- This is a WPE Platform display-level setting for accessibility.
Implementation
bool? disableAnimations;