Last active
October 30, 2018 18:41
-
-
Save sagar-viradiya/22c61fbcdf6f0424f035a655cc6476bf to your computer and use it in GitHub Desktop.
Extension on FlingAnimation
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
fun <K> K.flingAnimationOf(property: FloatPropertyCompat<K>): FlingAnimation { | |
return FlingAnimation(this, property) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment