android / android-ktx

A set of Kotlin extensions for Android app development.
https://android.github.io/android-ktx/core-ktx/
7.48k stars 565 forks source link

Added ViewPropertyAnimator extensions #560

Open ancirja opened 6 years ago

ancirja commented 6 years ago

Example: progressView.animate() .alpha(1) .doOnEnd { // code }