Home > @unseenco/backstage-core > attachBackstagePageScroll
attachBackstagePageScroll() function
Wires page-mode scroll → sequence sync using configureBackstagePageScroll() or an explicit driver (Lenis, overflow containers, etc.).
Signature:
typescript
export declare function attachBackstagePageScroll(sheet: ISheet, options?: AttachBackstagePageScrollOptions): () => void;Parameters
| Parameter | Type | Description |
|---|---|---|
| sheet | ISheet | |
| options | AttachBackstagePageScrollOptions |
Returns:
() => void