studio_scroll
Scroll with cubic easing to a Y position or target element. Use between story beats to bring the next area into frame without jump cuts.
Instructions
Cubic-eased scroll to a Y position or to a target element — never a jump cut. Use between story beats to bring the next area into frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_y | No | Absolute Y position in px (use this OR to_target). | |
| to_target | No | CSS selector to scroll into view (use this OR to_y). | |
| duration_ms | No | Scroll duration (optional; default 1300). |