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
| Parameter | Type | Description |
|---|---|---|
| sheet | ISheet |
Returns:
() => void
Disposer — call to detach the bridge.