Skip to content

Documentation / @ripl/charts / ChartAnimationOptions

Interface: ChartAnimationOptions

Defined in: charts/src/core/options.ts:196

Fully resolved chart animation options.

Properties

PropertyTypeDescriptionDefined in
durationnumberBase animation duration in milliseconds; scales every transition kind.charts/src/core/options.ts:200
easeEase | EaseNameEasing applied to transitions, as a named ease or a custom easing function.charts/src/core/options.ts:202
enabledbooleanWhether entry/update/exit transitions are animated.charts/src/core/options.ts:198