Skip to content

Vizzu-Story / Exports / Vizzu / Anim

Namespace: Anim

Vizzu.Anim

Interfaces

Type Aliases

AnimTarget

Ƭ AnimTarget: Keyframes | CA.CAnimation

Types, that can represent an animation.


Duration

Ƭ Duration: `${number}s` | `${number}ms` | number

Duration can be set in seconds or milliseconds. In case no unit is set, it defaults to seconds.


Easing

Ƭ Easing: "none" | "linear" | "step-start" | "step-end" | "ease" | "ease-in" | "ease-out" | "ease-in-out" | `cubic-bezier(${number},${number},${number},${number})`


Keyframes

Ƭ Keyframes: Keyframe[]

Sequence of keyframe descriptors


Position

Ƭ Position: `${number}%` | Duration

Seek position in the animation.


RegroupStrategy

Ƭ RegroupStrategy: "fade" | "drilldown" | "aggregate"

Type of transition when the categorical series differ on the source and the target chart.

  • fade: the source chart fades out while the target chart fades in
  • drilldown: markers are splitted to be able to represent the target chart
  • aggregate: markers are aggregated then splitted differently to be able to represent the target chart.