abstract fun onAnimationEnd(drawable: KyrieDrawable): Unit
Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.
drawable - The KyrieDrawable instance being ended.
drawable