AnimationEndedEvent¶
Class AnimationEndedEvent
Hierarchy (View Summary)
- WebVisEvent
- AnimationEndedEvent
Index
Constructors
Properties
Constructors
constructor
- new AnimationEndedEvent(
animationName: string,
targetNodeID: number,
options: AnimationOptions,
): 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
- animationName: string
Properties
animation Name
animationName: string
The name of the ended animation.
id
id: number
options
The options of the ended animation.
target NodeID
targetNodeID: number
The node id which runs the animation.
Optional
transaction Code
transactionCode?: string
Optional
transactionID
transactionID?: number
ANIMATION_ENDED ANIMATION_ENDED