Skip to content

aninest root / Extension / Layer

Layer<Animating>

ts
type Layer<Animating>: object;

A layer that can be mounted to an animation via its mount function.

Type Parameters

Animating extends UnknownRecursiveAnimatable

Type declaration

mount

ts
mount: Mount<Animating>;

Mounts a layer to a specific Animation.

Defined in

Animate/Extension.ts:48