LottieClipSpec

sealed class LottieClipSpec

Use subclasses of LottieClipSpec to set min/max bounds on the animation playback.

See also

Types

Frame
Link copied to clipboard
data class Frame(min: Int?, max: Int?, maxInclusive: Boolean) : LottieClipSpec
Play the animation between these two frames.
Marker
Link copied to clipboard
data class Marker(marker: String) : LottieClipSpec
Play the animation from the beginning of the marker for the duration of the marker itself.
Markers
Link copied to clipboard
data class Markers(min: String?, max: String?, maxInclusive: Boolean) : LottieClipSpec
Play the animation from minMarker until maxMarker.
Progress
Link copied to clipboard
data class Progress(min: Float, max: Float) : LottieClipSpec
Play the animation between these two progress values.

Inheritors

LottieClipSpec
Link copied to clipboard
LottieClipSpec
Link copied to clipboard
LottieClipSpec
Link copied to clipboard
LottieClipSpec
Link copied to clipboard