Skip to content

Instantly share code, notes, and snippets.

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 sagar-viradiya/8c33afbfc881e00d17ca830187c48b59 to your computer and use it in GitHub Desktop.
Save sagar-viradiya/8c33afbfc881e00d17ca830187c48b59 to your computer and use it in GitHub Desktop.
val springAnimation = view.springAnimationOf(DynamicAnimation.TRANSLATION_X) {
stiffness = STIFFNESS_MEDIUM
dampingRatio = DAMPING_RATIO_MEDIUM_BOUNCY
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment