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