Skip to content

aninest root / Extension

Extension

Defines the types and functions related to the most bare-bones extension.

Index

Type Aliases

Type aliasDescription
ExtensionAn extension that can be mounted to an animation.
LayerA layer that can be mounted to an animation via its mount function.
MountA function that mounts an extension to the animation.
unmountA function that unmounts an extension from the animation.

Functions

FunctionDescription
mountExtensionA function that mounts an extension to the animation.