Skip to content

Instantly share code, notes, and snippets.

@gpeal
Created July 27, 2021 06:06
Show Gist options
  • Save gpeal/fde72c2654bac565c176294abb2159c8 to your computer and use it in GitHub Desktop.
Save gpeal/fde72c2654bac565c176294abb2159c8 to your computer and use it in GitHub Desktop.
val composition by rememberLottieComposition(LottieCompositionSpec.RawRes(R.raw.heart))
val progress by animateLottieCompositionAsState(
composition,
iterations = LottieConstants.IterateForever,
)
LottieAnimation(
composition,
progress,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment