Captions and callouts
A multi-scene demo with captions, callouts, and camera focus moves.
This example mirrors the bundled demo-app example. It uses multiple scenes, camera focus moves, captions, and a callout to produce a polished walkthrough.
The demo file
The targets file
What each scene does
introduction
Establishes the dashboard with a kinetic-title caption, then holds for 5 seconds. The expectVisible("dashboard") assertion guards against the page not loading.
configure-project
Clicks the new-project button, focuses the dialog that appears, fills the project name, selects a template, and submits. The camera focus on the dialog zooms in as it appears.
project-created
Waits for the project card, focuses it, and displays a glass callout pointing at it. Then holds for 1 second on the result.
Renderers
The renderer option on caption and callout names a visual component for the overlay treatment. "remocn.kinetic-title" and "remocn.glass-callout" are built-in remocn renderers. To use your own components, see Components and remocn and Creating custom components.
Running it
The first run captures; subsequent runs reuse. Edit captions in the Studio inspector without re-capturing.