AnimationIterationEvent#
Class AnimationIterationEvent
Hierarchy
- WebVisEvent
- AnimationIterationEvent
Index
Constructors
Properties
Constructors
constructor
- new
Animation Iteration Event(animationName: string, targetNodeID: number, iteration: number): 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
id
id: number
iteration
iteration: number
target NodeID
target NodeID: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
ANIMATION_ITERATION ANIMATION_ITERATION