AnimationEvent

Types

Link copied to clipboard
@Serializable
data class AnimationCanceled(val id: String) : AnimationEvent

Event for when an animation has been cancelled.

Link copied to clipboard
@Serializable
data class AnimationCreated(val id: String) : AnimationEvent

Event for each animation that has been created.

Link copied to clipboard
@Serializable
data class AnimationStarted(val animation: Animation) : AnimationEvent

Event for animation that has been started.

Link copied to clipboard
@Serializable
data class AnimationUpdated(val animation: Animation) : AnimationEvent

Event for animation that has been updated.