kyrie / com.github.alexjlockwood.kyrie / KyrieDrawable / ListenerAdapter / onAnimationEnd

onAnimationEnd

open fun onAnimationEnd(drawable: KyrieDrawable): Unit

Overrides Listener.onAnimationEnd

Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.

Parameters

drawable - The KyrieDrawable instance being ended.