API / geotoolkit / animation / Easing / Easing
Defines a class which contains default easing functions to apply to animation
Constructors
Methods
▸ getClassName(): string
string
▸ Static getClassName(): string
string
▸ Static getFunctions(): Record<string, Function>
Returns an object with easing functions indexed by function name
Record<string, Function>
▸ Static register(name, func): void
Register custom easing function
| Name | Type | Description |
|---|---|---|
name | string | function name |
func | Function | function |
void