Frame

data class Frame(min: Int?, max: Int?, maxInclusive: Boolean) : LottieClipSpec

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

Constructors

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

Properties

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