API Reference
Modules
| Module | Description |
|---|---|
| Animatable | This module deals with creating and modifying Animations. |
| AnimatableEvents | Various ways to attach and detach event listeners to an Animation. |
| AnimatableTypes | A collection of types to support Animatable. |
| Extension | Defines the types and functions related to the most bare-bones extension. |
| ExtensionStack | A stack of extensions that can be mounted to an animation. |
| Listeners | Generic utility functions and types for listeners to non-cascading events. |
| Mode | Supports creating modes which allow for the easy toggling of ExtensionStacks. |
| module:Interp | Several interpolation function constructors. |
| RecursiveHelpers | Provides general helper functions for working with recursive objects. Especially useful for allowing extensions to mask out (not affect) certain children of an object. |
| sleep | Sleep for a given number of seconds, supporting await syntax. |
| Vec2 | A collection of 2D vector math functions and a few other generic scalar operations. |