Skip to content

Instantly share code, notes, and snippets.

@sagar-viradiya
Last active October 30, 2018 18:41
Show Gist options
  • Save sagar-viradiya/22c61fbcdf6f0424f035a655cc6476bf to your computer and use it in GitHub Desktop.
Save sagar-viradiya/22c61fbcdf6f0424f035a655cc6476bf to your computer and use it in GitHub Desktop.
Extension on FlingAnimation
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