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

onAnimationEnd

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.

Parameters

drawable - The KyrieDrawable instance being ended.