RemotionUI

Light Sweep Text

Light Sweep Text text animation for Remotion.

PrimitivePrimitivesAdvanced

light-sweep-text30fps · 960×540
Install
$ npx remotion-ui@latest add light-sweep-text

Light Sweep Text text animation primitive.

Agent notes

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

Import
@/remotion/primitives/light-sweep-text
  • 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 { LightSweepText } from "@/remotion/primitives/light-sweep-text"; <LightSweepText text="Light pass" />

API Reference

PropTypeDescription
text*stringText with gradient sweep.

Related