Skip to content

Home > @unseenco/backstage-core > attachGsapSequenceBridge

attachGsapSequenceBridge() function

Drives registered GSAP animations from the sheet sequence playhead.

Signature:

typescript
export declare function attachGsapSequenceBridge(sheet: ISheet): () => void;

Parameters

ParameterTypeDescription
sheetISheet

Returns:

() => void

Disposer — call to detach the bridge.