scroll
Move the page at the cursor using OS-level momentum. Use dy for vertical movement (positive down), dx for horizontal, and ms to set duration.
Instructions
OS-level momentum scroll at the cursor position. dy > 0 scrolls the page DOWN. For scrolling a web page on camera, prefer chrome_scroll (per-pixel cinematic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | No | horizontal px (default 0) | |
| dy | Yes | vertical px, positive = down | |
| ms | No | duration ms (default 900) |