Skip to content

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

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