Skip to content

Documentation / DeduplicatedStart / DeduplicatedStartLayer

DeduplicatedStartLayer<Animating>

ts
type DeduplicatedStartLayer<Animating> = Layer<Animating> & object;

Defined in: ../../extensions/src/deduplicatedStart.ts:21

Enables mounting to an animation and subscribing to the deduplicated start events.

Type declaration

subscribe()

ts
subscribe: (sub) => unsubscribe;

Parameters

sub

Listener<undefined>

Returns

unsubscribe

Type Parameters

Animating

Animating extends UnknownAnimatable

Deprecated