pawegio / KAndroid

Kotlin library for Android
Apache License 2.0
896 stars 81 forks source link

Introduce KAnimator #45

Closed MrHadiSatrio closed 6 years ago

MrHadiSatrio commented 6 years ago

This will fix #44.

Introduce a new extension group for Animator class: KAnimator. Contains (at the moment) an extension function to simplify calls to Animator.addListener().

pawegio commented 6 years ago

Ok, thanks!