AnimationIterationEventΒΆ

Class AnimationIterationEvent

ANIMATION_ITERATION ANIMATION_ITERATION

Hierarchy

Constructors

  • This event signals a that an animation finished an iteration.

    Parameters

    • animationName: string

      The name of the started animation.

    • targetNodeID: number

      The node id which runs the animation.

    • iteration: number

      The current iteration.

    Returns AnimationIterationEvent

Properties

animationName: string

The name of the started animation.

id: number
iteration: number

The current iteration.

targetNodeID: number

The node id which runs the animation.

transactionCode?: string
transactionID?: number
type?: EventType