Skip to main content

Type Alias: RateFunction()

RateFunction = (t) => number

Defined in: rate-functions/index.ts:6

Rate/easing functions for animations. These control how the animation progress (0-1) is mapped to visual progress.

Parameters

t

number

Returns

number