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]).