Skip to content

Documentation / @ripl/charts / ChartAnimationOptions

Interface: ChartAnimationOptions ​

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

Fully resolved chart animation options.

Properties ​

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