AnimationStarted

@Serializable
data class AnimationStarted(val animation: Animation) : AnimationEvent

Event for animation that has been started.

Official doc

Constructors

Link copied to clipboard
constructor(animation: Animation)

Properties

Link copied to clipboard

Animation that was started.