AnimationEndedEvent#
Class AnimationEndedEvent
Hierarchy
- WebVisEvent
- AnimationEndedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Animation (animationName, targetNodeID, options): AnimationEndedEventEnded Event -
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
animationName
animationName : string
The name of the ended animation.
id
id: number
options
The options of the ended animation.
targetNodeID
targetNodeID : number
The node id which runs the animation.
Optional
transactionCode
transactionCode ?: string
Optional
transactionID
transactionID?: number
ANIMATION_ENDED ANIMATION_ENDED