Vizzu / types/anim / ControlOptions
Interface: ControlOptions
Animation playback related oprtions.
Properties
direction?
optionaldirection:"reverse"|"normal"
Play direction of the animation.
playState?
optionalplayState:"paused"|"running"
Determines if the animation should start automatically after the animate() call.
position?
optionalposition:number
The starting position of the animation.
speed?
optionalspeed:number
Playback speed of the animation. It is 1.0 by default. Negative values are considered 0.