Skip to content

Documentation / DeduplicatedStart / getDeduplicatedStartLayer

getDeduplicatedStartLayer()

ts
function getDeduplicatedStartLayer<Animating>(): DeduplicatedStartLayer<Animating>;

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

Creates a DeduplicatedStartLayer which broadcasts deduplicated start events.

Type Parameters

Animating

Animating extends Animatable<unknown>

Returns

DeduplicatedStartLayer<Animating>

Deprecated