AnimationStartedParameter

@Serializable
data class AnimationStartedParameter(val animation: Animation.Animation)

Event for animation that has been started.

Constructors

Link copied to clipboard
constructor(animation: Animation.Animation)

Properties

Link copied to clipboard

Animation that was started.