-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ReducedMotionMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description STANDARD_MOTIONThe default behavior where Lottie animations play normally with no overrides.By default this mode is used when getAnimationScale is not 0.
REDUCED_MOTIONLottie animations with a "reduced motion" marker will play that marker instead of any other animations.By default this mode is used when getAnimationScale == 0.
-
Method Summary
Modifier and Type Method Description static Array<ReducedMotionMode>values()static ReducedMotionModevalueOf(String name)-
-
Method Detail
-
values
static Array<ReducedMotionMode> values()
-
valueOf
static ReducedMotionMode valueOf(String name)
-
-
-
-