Documentation / @ripl/charts / ChartAnimationOptions
Interface: ChartAnimationOptions ​
Defined in: charts/src/core/options.ts:250
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:254 |
ease | Ease | EaseName | Easing applied to transitions, as a named ease or a custom easing function. | charts/src/core/options.ts:256 |
enabled | boolean | Whether entry/update/exit transitions are animated. | charts/src/core/options.ts:252 |