AnimationUpdated

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

Event for animation that has been updated.

Official doc

Constructors

Link copied to clipboard
constructor(animation: Animation)

Properties

Link copied to clipboard

Animation that was updated.