Vizzu / types/anim / Options
Interface: 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.
Extends
Properties
caption?
optionalcaption:GroupOptions
Caption animation parameters.
color?
optionalcolor:GroupOptions
Marker color animation group.
connection?
optionalconnection:GroupOptions
Animation group for area/line rewiring transitions.
coordSystem?
optionalcoordSystem:GroupOptions
Coordinate system transformations animation group.
delay?
optionaldelay:Duration
Waiting time interval before the animation starts.
Inherited from
duration?
optionalduration:Duration
The length of time an animation should take to complete.
Inherited from
easing?
optionaleasing:Easing
Sets the easing used for the animation.
Inherited from
geometry?
optionalgeometry:GroupOptions
Marker geometry morph animation group.
hide?
optionalhide:GroupOptions
Animation group for markers fading out (due to filtering or added/removed data series).
legend?
optionallegend:GroupOptions
Legend animation parameters.
regroupStrategy?
optionalregroupStrategy:RegroupStrategy
Selects the algorithm for transition in case of data grouped differently on the source and target chart.
show?
optionalshow:GroupOptions
Animation group for new markers fading in (due to filtering or added/removed data series).
style?
optionalstyle:GroupOptions
Animation group for style parameters.
subtitle?
optionalsubtitle:GroupOptions
Subtitle animation parameters.
title?
optionaltitle:GroupOptions
Title animation parameters.
tooltip?
optionaltooltip:GroupOptions
Animation group for tooltip transitions.
x?
optionalx:GroupOptions
Animation group for marker transitions in the direction of the x-axis.
y?
optionaly:GroupOptions
Animation group for marker transitions in the direction of the y-axis.