--- title: "Camera Follow Captions" description: "One sentence written across a world far larger than the frame. Each word is sized against everything already written, so the block grows geometrically and the camera pulls back at a steady rate to keep landing the new word at the same size. Old words stay lit and simply become small." --- import { InstallCommand } from "/snippets/install-command.jsx"; import { VariablesExplorer } from "/snippets/variables-explorer.jsx"; ```html caption-camera-follow.html Camera Follow Captions ``` ## Install That writes one file: `compositions/components/caption-camera-follow.html`. ## Paste it into your composition Open `compositions/components/caption-camera-follow.html` and copy what is inside into your own composition. A component has no size or duration of its own. It takes both from the composition you paste it into. {/* hf:generated-footer */} Tagged `captions` `caption-style` `camera` `typography` `motion-primitive` `portrait`. ## Related topics - [Browse the complete Catalog](/catalog) - [Add assets and Catalog items in Studio](/studio/assets-and-blocks) - [Build a richer composition](/go-further)