LottieCancellationBehavior

enum LottieCancellationBehavior : Enum<LottieCancellationBehavior>

Determines how the animation should behave if the calling CoroutineScope is cancelled.

See also

Entries

OnIterationFinish
Link copied to clipboard
Delay cancellations until the current iteration has fully completed.
Immediately
Link copied to clipboard
Stop animation immediately and return early.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int