-
public final class LottieAnimatableKt
-
-
Method Summary
Modifier and Type Method Description final static LottieAnimatablerememberLottieAnimatable()Use this to create a LottieAnimatable in a composable. final static LottieAnimatableLottieAnimatable()Use this to create a LottieAnimatable outside of a composable such as a hoisted state class. final static UnitresetToBeginning(LottieAnimatable $self)Reset the animation back to the minimum progress and first iteration. -
-
Method Detail
-
rememberLottieAnimatable
@Composable() final static LottieAnimatable rememberLottieAnimatable()
Use this to create a LottieAnimatable in a composable.
-
LottieAnimatable
final static LottieAnimatable LottieAnimatable()
Use this to create a LottieAnimatable outside of a composable such as a hoisted state class.
-
resetToBeginning
final static Unit resetToBeginning(LottieAnimatable $self)
Reset the animation back to the minimum progress and first iteration.
-
-
-
-