Caption Bumper
Large quote or caption emphasis scene.
SceneScenesAdvanced
caption-bumper30fps · 960×540
Install
$ npx remotion-ui@latest add caption-bumperUse between sections when a spoken line deserves its own moment.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/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
Example
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 (sentence case). |