Skip to content

Vizzu / Modules / types/anim / Options

Interface: Options

types/anim.Options

If no animation settings are passed to Vizzu, it will use an automatic setting depending on the actual configuration of the chart. This behavior can be overridden via the animation setting parameter.

The animation between two states of the chart can require the transitioning of several different chart properties. These properties are grouped into separately configurable animation groups.

The parameters can also be set for the animation as a whole. These settings rescale the durations and delays of the animation groups to the specified total delay and duration.

Hierarchy

Properties

caption

Optional caption: GroupOptions

Caption animation parameters.


color

Optional color: GroupOptions

Marker color animation group.


connection

Optional connection: GroupOptions

Animation group for area/line rewiring transitions.


coordSystem

Optional coordSystem: GroupOptions

Coordinate system transformations animation group.


delay

Optional delay: Duration

Waiting time interval before the animation starts.

Inherited from

GroupOptions.delay


duration

Optional duration: Duration

The length of time an animation should take to complete.

Inherited from

GroupOptions.duration


easing

Optional easing: Easing

Sets the easing used for the animation.

Inherited from

GroupOptions.easing


geometry

Optional geometry: GroupOptions

Marker geometry morph animation group.


hide

Optional hide: GroupOptions

Animation group for markers fading out (due to filtering or added/removed data series).


legend

Optional legend: GroupOptions

Legend animation parameters.


regroupStrategy

Optional regroupStrategy: RegroupStrategy

Selects the algorithm for transition in case of data grouped differently on the source and target chart.


show

Optional show: GroupOptions

Animation group for new markers fading in (due to filtering or added/removed data series).


style

Optional style: GroupOptions

Animation group for style parameters.


subtitle

Optional subtitle: GroupOptions

Subtitle animation parameters.


title

Optional title: GroupOptions

Title animation parameters.


tooltip

Optional tooltip: GroupOptions

Animation group for tooltip transitions.


x

Optional x: GroupOptions

Animation group for marker transitions in the direction of the x-axis.


y

Optional y: GroupOptions

Animation group for marker transitions in the direction of the y-axis.