Namespace: Tweening
Classes
Interfaces
Type Aliases
Easing
Ƭ Easing: keyof Easings | EasingFunction
Type representing an easing type, which can be either a predefined easing function or a custom easing function.
Defined in
EasingFunction
Ƭ EasingFunction: (x: number) => number
Type declaration
▸ (x): number
Type representing an easing function that takes a single numeric parameter and returns a numeric result.
Parameters
| Name | Type |
|---|---|
x | number |
Returns
number