Skip to content

Vizzu


Vizzu / types/anim / ControlOptions

Interface: ControlOptions

Animation playback related oprtions.

Properties

direction?

optional direction: "reverse" | "normal"

Play direction of the animation.


playState?

optional playState: "paused" | "running"

Determines if the animation should start automatically after the animate() call.


position?

optional position: number

The starting position of the animation.


speed?

optional speed: number

Playback speed of the animation. It is 1.0 by default. Negative values are considered 0.