AnimationEndedEvent#
Class AnimationEndedEvent
Hierarchy
- WebVisEvent
- AnimationEndedEvent
 
 
  Index
Constructors
Properties
Constructors
constructor
- new 
Animation Ended Event(animationName, targetNodeID, options): AnimationEndedEvent  - 
This event signals a that an animation has ended.
Parameters
- 
animationName: string
The name of the ended animation.
 - 
targetNodeID: number
The node id which runs the animation.
 - 
options: AnimationOptions
The options of the ended animation.
 
Returns AnimationEndedEvent
 - 
 
Properties
animation Name
animation Name: string
The name of the ended animation.
id
id: number
options
The options of the ended animation.
target NodeID
target NodeID: number
The node id which runs the animation.
Optional transaction Code
transaction Code?: string
Optional transactionID
transactionID?: number
ANIMATION_ENDED ANIMATION_ENDED