Markers
data class Markers(min: String?, max: String?, maxInclusive: Boolean) : LottieClipSpec
Content copied to clipboard
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.