RemotionUI

Infinite Marquee

Infinite Marquee text animation for Remotion.

PrimitivePrimitivesAdvanced

infinite-marquee30fps · 960×540
Install
$ npx remotion-ui@latest add infinite-marquee

Infinite Marquee text animation primitive.

Agent notes

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

Import
@/remotion/primitives/infinite-marquee
  • 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 { InfiniteMarquee } from "@/remotion/primitives/infinite-marquee"; <InfiniteMarquee text="Scrolling band" speed={2} />

API Reference

PropTypeDescription
text*stringMarquee copy.

Related