Skip to content

aninest root / ExtensionStack

ExtensionStack

A stack of extensions that can be mounted to an animation.

Index

Functions

FunctionDescription
addLayerToStackA passthrough function that adds a layer to the stack and returns the layer.
createExtensionStackCreates an empty stack of extensions.

Extensions

Type alias, FunctionDescription
ExtensionStackA list of extensions which will be mounted to an animation in order.
addExtensionToStackAdds an extension to the stack.
mountStackMounts a stack of extensions to the animation. Returns a function that unmounts all the extensions in the stack.