RemotionUI

Tracking In

Tracking In text animation for Remotion.

PrimitivePrimitivesAdvanced

tracking-in30fps · 960×540
Install
$ npx remotion-ui@latest add tracking-in

Tracking In text animation primitive.

Agent notes

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

Import
@/remotion/primitives/tracking-in
  • Use when: frame-level motion primitives and reusable animation wrappers.
  • Customize: text, 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 { TrackingIn } from "@/remotion/primitives/tracking-in"; <TrackingIn text="Tracking snap" />

API Reference

PropTypeDescription
text*stringHeadline with tracking collapse.

Related