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
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.
number
number