Skip to content

Instantly share code, notes, and snippets.

@damanpreetsb
Last active May 26, 2019 07:01
Embed
What would you like to do?
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