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