AnimationEndedEvent¶
Class AnimationEndedEvent
Hierarchy (View Summary)
- WebVisEvent
- AnimationEndedEvent
Index
Properties
animation Name
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 NodeID
targetNodeID: number
The node ID which runs the animation.
target Type
The type of the animation target.
Optionaltransaction Code
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 a animation has ended. The event contains the name as identifier of the animation that has ended.
See