IEvsAnimationListener

Interface for receiving animation events

Functions

Link copied to clipboard
open fun animationEnded(uiElement: UIElement)

Callback to be notified about the animation end

Link copied to clipboard
open fun animationLooped(uiElement: UIElement)

Callback to be notified about the animation loop

Link copied to clipboard
open fun animationStarted(uiElement: UIElement)

Callback to be notified about the animation start

Link copied to clipboard
open fun animationStep(uiElement: UIElement, progress: Double)

Callback to be notified about the animation progress