Frame
data class Frame(min: Int?, max: Int?, maxInclusive: Boolean) : LottieClipSpec
Content copied to clipboard
Play the animation between these two frames. maxInclusive determines whether the animation should play the max frame or stop one frame before it.