Skip to main content

AnimationSpeed

@elastic/chartsExports


@elastic/charts / AnimationSpeed

Variable: AnimationSpeed

const AnimationSpeed: Readonly<Object>

Shared animation speeds in ms

Type declaration

extraFast

extraFast: 90 = 90

extraSlow

extraSlow: 500 = 500

fast

fast: 150 = 150

normal

normal: 250 = 250

slow

slow: 350 = 350

Source

packages/charts/src/chart_types/xy_chart/renderer/canvas/animations/animation.ts:25


Generated using typedoc-plugin-markdown and TypeDoc