Documentation / @ripl/charts / ResolvedAnimation
Interface: ResolvedAnimation
Defined in: charts/src/core/animation.ts:41
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:45 |
ease | Ease | The resolved easing function to apply. | charts/src/core/animation.ts:47 |
enabled | boolean | Whether the transition animates (false snaps straight to the target state). | charts/src/core/animation.ts:43 |