R
T

EasingFunction

testeddemo

An easing function mapping linear progress in `[0, 1]` to eased progress.

Demo

Loading demo…

Signature

ts
export type EasingFunction = (n: number) => number;