-
public final class LottieClipSpec.Markers extends LottieClipSpec
Play 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.
-
-
Constructor Summary
Constructors Constructor Description LottieClipSpec.Markers(String min, String max, Boolean maxInclusive)
-