Skip to content

Instantly share code, notes, and snippets.

@StephenVinouze
Last active January 14, 2022 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephenVinouze/b5d9bec4bf3ed56af63211c1c81ae836 to your computer and use it in GitHub Desktop.
Save StephenVinouze/b5d9bec4bf3ed56af63211c1c81ae836 to your computer and use it in GitHub Desktop.
val animatedProgress by animateFloatAsState(targetValue = progress)
val progressCoordinates = computer.progressCoordinates(
progress = animatedProgress,
// Other arguments
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment