Scenes
Caption Bumper
Large quote or caption emphasis scene.
SceneblocksAdvanced
Install
npx remotion-ui@latest add caption-bumperUse between sections when a spoken line deserves its own moment.
Live preview
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add caption-bumperImport after install
@/remotion/scenes/caption-bumper- Use when: captioned videos, social clips, and synced text scenes.
- Customize: text, eyebrow, plus copied source for timing, layout, colors, and typography.
- Rule: do not import this component from the
remotion-uinpm package; it is copied into your project.
Usage
import { CaptionBumper } from "@/remotion/scenes/caption-bumper";
<CaptionBumper text="This is the key moment." />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| text* | string | — | Large quote or caption text. |
| eyebrow | string | "Key moment" | Small label above the text. |