Skip to main content

TimeFunction

@elastic/chartsExports


@elastic/charts / TimeFunction

Variable: TimeFunction

const TimeFunction: Readonly<Object>

Type declaration

ease

ease: "ease"

Animation with a slow start, then fast, then end slowly (this is default)

easeIn

easeIn: "easeIn"

Animation with a slow start

easeInOut

easeInOut: "easeInOut"

Animation with a slow start and end

easeOut

easeOut: "easeOut"

Animation with a slow end

linear

linear: "linear"

Animation with the same speed from start to end

Source

packages/charts/src/utils/time_functions.ts:13


Generated using typedoc-plugin-markdown and TypeDoc