AnimationEndedEvent¶
Class AnimationEndedEvent
Hierarchy (View Summary)
- WebVisEvent- AnimationEndedEvent
 
animation
animationName: string
The name of the ended animation.
id
id: number
The unique ID of the event.
options
The options of the ended animation.
target
targetNodeID: number
The node ID which runs the animation.
target
The type of the animation target.
Optionaltransaction
transactionCode?: string
The transaction code associated with the event.
OptionaltransactionID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
Event that is fired when an animation has ended. The event contains the name as identifier of the animation that has ended.
See