Skip to content

Instantly share code, notes, and snippets.

@damanpreetsb
Last active May 26, 2019 07:01
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 damanpreetsb/190dc3e09d4b308700e66f09d9c42cb4 to your computer and use it in GitHub Desktop.
Save damanpreetsb/190dc3e09d4b308700e66f09d9c42cb4 to your computer and use it in GitHub Desktop.
ObjectAnimator.ofFloat(toppingsLayout,"translationY", 0f, toppingsLayout.height.toFloat() - 12f).apply {
interpolator = AccelerateInterpolator()
duration = 600
start()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment