-
public class LottieClipSpecUse subclasses of LottieClipSpec to set min/max bounds on the animation playback.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLottieClipSpec.FramePlay the animation between these two frames. maxInclusive determines whether the animation should play the max frame or stop one frame before it.
public final classLottieClipSpec.ProgressPlay the animation between these two progress values.
public final classLottieClipSpec.MarkersPlay the animation from minMarker until maxMarker. If maxMarker represents the end of your animation, set maxInclusive to true. If the marker represents the beginning of the next section, set it to false to stop the animation at the frame before maxMarker.
public final classLottieClipSpec.MarkerPlay the animation from the beginning of the marker for the duration of the marker itself. The duration can be set in After Effects.
-