Skip to content

Instantly share code, notes, and snippets.

@alohaabhi
Created March 30, 2023 09:37
Show Gist options
  • Save alohaabhi/a42d9f4f3b357a5f21d88f9fec43989b to your computer and use it in GitHub Desktop.
Save alohaabhi/a42d9f4f3b357a5f21d88f9fec43989b to your computer and use it in GitHub Desktop.
val animatedCircleScale by animateFloatAsState(
targetValue = circleScale,
animationSpec = spring(Spring.DampingRatioHighBouncy)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment