studio_goto
Navigate to a URL with a branded transition card that hides loading flashes, lifting only after real content loads. Ideal for scene changes in screen recordings.
Instructions
Navigate to a URL behind a designed transition card (eyebrow + big title on the theme background) — the viewer never sees a loading flash or half-hydrated page. Use for the opening shot AND every surface change; give each a short title so the cut reads as a chapter. Waits for real content (network settle + optional wait_for selector + skeleton loaders cleared) before lifting the card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to navigate to. | |
| title | No | Big title on the transition card, e.g. the surface name (optional). | |
| eyebrow | No | Small uppercase kicker on the transition card (optional). | |
| dwell_ms | No | Minimum time the card stays up so the title reads (optional; default 1200). | |
| wait_for | No | CSS selector that must be visible before the card lifts (optional). |