Markers

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

Constructors

Markers
Link copied to clipboard
fun Markers(min: String? = null, max: String? = null, maxInclusive: Boolean = true)

Properties

max
Link copied to clipboard
val max: String? = null
maxInclusive
Link copied to clipboard
val maxInclusive: Boolean = true
min
Link copied to clipboard
val min: String? = null