Created
April 24, 2019 20:35
-
-
Save VadimZhuk0v/f0b74241dd7c160e19ee6effaa4fd0c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ValueAnimator.ofFloat(materialShapeDrawable.interpolation, finishState).apply { | |
addUpdateListener { materialShapeDrawable.interpolation = it.animatedValue as Float } | |
doOnEnd { fab.show() } | |
start() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment