Appearance
aninest / Extension / Layer
type Layer<Animating>: object;
A layer that can be mounted to an animation via its mount function.
mount
• Animating extends UnknownRecursiveAnimatable
UnknownRecursiveAnimatable
mount: Mount<Animating>;
Mounts a layer to a specific Animation.
Animate/Extension.ts:47