aninest root / Extension
Extension
Defines the types and functions related to the most bare-bones extension.
Index
Type Aliases
Type alias | Description |
---|---|
Extension | An extension that can be mounted to an animation. |
Layer | A layer that can be mounted to an animation via its mount function. |
Mount | A function that mounts an extension to the animation. |
unmount | A function that unmounts an extension from the animation. |
Functions
Function | Description |
---|---|
mountExtension | A function that mounts an extension to the animation. |