lottie / lottie-spec

Lottie Animation format documentation and tools
https://lottie.github.io/lottie-spec/
Other
43 stars 11 forks source link

[For Consideration] - Prefers reduced motion fallback #7

Open AliT3 opened 7 months ago

AliT3 commented 7 months ago

Description:

If a Lottie animation includes a marker named "reduced motion" (or "reducedMotion", "reduced_motion", etc) and UIAccessibility.isReduceMotionEnabled is true, that marker will be be played instead of any other animation that was configured.

Current support:

mbasaglia commented 7 months ago

Should this also be used for like previewing lotties as static images?

btw I'd rather have a singular (case-sensitive) value than multiple options for the special name for ease of implementation.