lottie-compose
/
com.airbnb.lottie.compose
/
LottieAnimation
androidJvm
Lottie
Animation
@
Composable
()
fun
LottieAnimation
(spec:
LottieAnimationSpec
, modifier:
Modifier
= Modifier, animationState:
LottieAnimationState
= rememberLottieAnimationState(autoPlay = true))
Content copied to clipboard
@
Composable
()
fun
LottieAnimation
(compositionResult:
LottieCompositionResult
, modifier:
Modifier
= Modifier, animationState:
LottieAnimationState
= rememberLottieAnimationState(autoPlay = true))
Content copied to clipboard
@
Composable
()
fun
LottieAnimation
(composition:
LottieComposition
?, state:
LottieAnimationState
, modifier:
Modifier
= Modifier)
Content copied to clipboard