record_site_motion
Record a live website's motion—preloader, scroll, and hover animations—and output a filmstrip JPEG plus .webm path for visual design verification.
Instructions
Record a short motion-through video of a live website — preloader, scroll-triggered and hover/cursor animations — and return an inline filmstrip JPEG plus the .webm path. Requires the optional playwright and ffmpeg-static dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL of the site to record | |
| frames | No | Filmstrip tile count (default 16 → a 4x4 grid) | |
| waitStrategy | No | 'load' + settle works on heavy sites; 'networkidle' waits for total quiet | load |