AnimationIterationEvent¶
Class AnimationIterationEvent
Hierarchy (View Summary)
- WebVisEvent
- AnimationIterationEvent
Index
Properties
animation Name
animationName: string
The name of the running animation.
id
id: number
The unique ID of the event.
iteration
iteration: number
The current iteration.
target NodeID
targetNodeID: number
The node id which runs the animation.
target Type
The type of the animation target.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
Event that is fired when an animation finished an iteration.
See