Documentation / @ripl/charts / ChartAnimationOptions
Interface: ChartAnimationOptions
Defined in: charts/src/core/options.ts:196
Fully resolved chart animation options.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
duration | number | Base animation duration in milliseconds; scales every transition kind. | charts/src/core/options.ts:200 |
ease | Ease | EaseName | Easing applied to transitions, as a named ease or a custom easing function. | charts/src/core/options.ts:202 |
enabled | boolean | Whether entry/update/exit transitions are animated. | charts/src/core/options.ts:198 |