AnimationEndedEventΒΆ

Class AnimationEndedEvent

Event that is fired when an animation has ended. The event contains the name as identifier of the animation that has ended.

Hierarchy (View Summary)

Index

Properties

animationName: string

The name of the ended animation.

id: number

The unique ID of the event.

The options of the ended animation.

targetNodeID: number

The node ID which runs the animation.

The type of the animation target.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.