RemotionUI

Rgb Glitch Text

Signal-lock RGB glitch text primitive for Remotion.

PrimitivePrimitivesAdvanced

rgb-glitch-text30fps · 960×540
Install
$ npx remotion-ui@latest add rgb-glitch-text

Signal-lock text primitive with RGB channel separation, deterministic horizontal slices, scanline accents, and a soft settle glow.

Agent notes

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

Import
@/remotion/primitives/rgb-glitch-text
  • Use when: frame-level motion primitives and reusable animation wrappers.
  • Customize: text, glitchStartFrame, glitchDurationInFrames, intensity, 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 { RgbGlitchText } from "@/remotion/primitives/rgb-glitch-text"; <RgbGlitchText text="SIGNAL LOCK" glitchDurationInFrames={34} />

API Reference

PropTypeDescription
text*stringReadable text rendered under the glitch layers.
glitchStartFramenumberFrame where the RGB/slice glitch begins.
glitchDurationInFramesnumberLength of the signal-lock glitch window.
intensitynumberChannel offset and slice displacement multiplier, clamped from 0 to 2.
sliceCountnumberNumber of deterministic horizontal glitch slices, clamped from 3 to 9.
redChannelColorstringWarm channel split color.
cyanChannelColorstringCool channel split color.
accentColorstringScanline and final slice accent.

Related