aninest-root / Extension / Layer
Layer<Animating>
ts
type Layer<Animating> = object;Defined in: Animate/Extension.ts:43
A layer that can be mounted to an animation via its mount function.
Type Parameters
Animating
Animating extends UnknownAnimatable
Properties
mount
ts
mount: Mount<Animating>;Defined in: Animate/Extension.ts:47
Mounts a layer to a specific Animation.