Documentation / @ripl/charts / resolveAnimation
Function: resolveAnimation()
resolveAnimation(
options,reference?):ResolvedAnimation
Defined in: charts/src/core/animation.ts:54
Resolves chart animation options for a given reference duration, scaling by the configured speed and collapsing to 0/disabled when animation is turned off.
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | ChartAnimationOptions | undefined |
reference | number | ANIMATION_REFERENCE.update |