RemotionUI

Title Card

An opening card where the headline stands up line by line.

Scene

title-card30fps · 960×540
Install
$ npx remotion-ui@latest add title-card

Each line rises out of its own mask in turn, one sweep of light crosses the headline once it is standing, and the whole card holds under a slow push so a long title beat never sits dead still.

Newlines in title are honoured; otherwise lines are balanced to charsPerLine. eyebrow adds a chip above, meta a small line under the subtitle.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/remotion/scenes/title-card
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: title, subtitle, eyebrow, meta, plus copied source for timing, layout, colors, and typography.
  • Rule: do not import this component from the remotion-ui npm package; it is copied into your project.

Usage

Example
import { TitleCard } from "@/remotion/scenes/title-card"; <TitleCard title="Launch Week" subtitle="Day 1" />

API Reference

PropTypeDescription
title*stringHeadline. Newlines honoured; otherwise lines are balanced.
subtitlestringSupporting line.
eyebrowstringChip above the headline.
metastringSmall line under the subtitle (date, author, run time).
charsPerLinenumberCharacters per line the headline balances to.
accentColorstringChip, glow, and sweep colour.
backgroundColorstringOverrides the page background.
theme"dark" | "light"Surface palette.
holdSecondsnumberSeconds before the card leaves. Omit to hold: correct inside a TransitionSeries.
speednumberAnimation speed multiplier.

On this page