AnimationIterationEvent#
Class AnimationIterationEvent
Hierarchy
- WebVisEvent
- AnimationIterationEvent
Index
Constructors
Properties
Constructors
constructor
- new
Animation (animationName, targetNodeID, iteration): AnimationIterationEventIteration Event -
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
animationName : string
The name of the started animation.
id
id: number
iteration
iteration: number
The current iteration.
targetNodeID
targetNodeID : number
The node id which runs the animation.
Optional
transactionCode
transactionCode ?: string
Optional
transactionID
transactionID?: number
ANIMATION_ITERATION ANIMATION_ITERATION