Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

Easing

Easing = keyof typeof easings | ((k) => number)

Defined in: packages/sigma/src/utils/easings.ts:54

An easing is either the name of a built-in function or a custom function mapping a progress value in [0, 1] to an eased value (typically in [0, 1]).