pawegio / KAndroid

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

Add extensions for Animator #44

Closed MrHadiSatrio closed 6 years ago

MrHadiSatrio commented 6 years ago

Like Animation, Animator also has addListener() method that could be greatly simplified using extensions. It would be great to see it added in the lib and, since both classes pretty much use a similar interface for their listeners, it should be pretty trivial to do so.