Documentation / @ripl/charts / ResolvedAnimation
Interface: ResolvedAnimation ​
Defined in: charts/src/core/animation.ts:46
A fully resolved animation ready to be applied to a transition.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
duration | number | Transition duration in milliseconds (0 when animation is disabled). | charts/src/core/animation.ts:50 |
ease | Ease | The resolved easing function to apply. | charts/src/core/animation.ts:52 |
enabled | boolean | Whether the transition animates (false snaps straight to the target state). | charts/src/core/animation.ts:48 |