Animations and Visualization Transitions : Animation and visualization transition parameters

# showAnimation

showAnimation : true

showAnimation : false


# showTransition

showTransition : true

showTransition : false


# transitionFunction
Easing function for the transition
Type: string
Default: easeInOutQuad
Options: linear, easeInQuad, easeOutQuad, easeInOutQuad, easeInCubic, easeOutCubic, easeInOutCubic, easeInQuart, easeOutQuart, easeInOutQuart, easeInQuint, easeOutQuint, easeInOutQuint

transitionFunction : "linear"

transitionFunction : "easeOutQuad"


# transitionSpeed

transitionSpeed : "0.3s"

transitionSpeed : "0.5s"


# transitionStaggering

transitionStaggering : 10

transitionStaggering : 25


# transitionStep

transitionStep : 30

transitionStep : 55


# transitionType
How showTransition animates a re-render: "morph" (default) interpolates each mark from its old to its new position; "crossfade" dissolves the whole previous frame into the new one (a raster blend) — smoother for composite graphs whose marks change shape/count between renders
Type: string
Default: morph
Options: morph, crossfade

transitionType : "morph"

transitionType : "crossfade"