Package 

Class LottieClipSpec

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class LottieClipSpec.Frame

      Play the animation between these two frames. maxInclusive determines whether the animation should play the max frame or stop one frame before it.

      public final class LottieClipSpec.Progress

      Play the animation between these two progress values.

      public final class LottieClipSpec.Markers

      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.

      public final class LottieClipSpec.Marker

      Play the animation from the beginning of the marker for the duration of the marker itself. The duration can be set in After Effects.