Skip to content

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 ​

PropertyTypeDescriptionDefined in
durationnumberTransition duration in milliseconds (0 when animation is disabled).charts/src/core/animation.ts:50
easeEaseThe resolved easing function to apply.charts/src/core/animation.ts:52
enabledbooleanWhether the transition animates (false snaps straight to the target state).charts/src/core/animation.ts:48