Documentation / @ripl/charts / ANIMATION_REFERENCE
Variable: ANIMATION_REFERENCE
constANIMATION_REFERENCE:object
Defined in: charts/src/core/animation.ts:27
Reference durations (in ms, at the default animation speed) for each transition kind.
Type Declaration
axis
readonlyaxis:500=500
Reference duration, in milliseconds, for axis transitions.
enter
readonlyenter:1000=1000
Reference duration, in milliseconds, for elements entering the chart.
exit
readonlyexit:450=450
Reference duration, in milliseconds, for elements leaving the chart.
hover
readonlyhover:300=300
Reference duration, in milliseconds, for hover feedback.
update
readonlyupdate:1000=1000
Reference duration, in milliseconds, for elements transitioning to new values.