RemotionUI
Cuts

Transition Light Leak

Light leak overlay for TransitionSeries.

PrimitivecutsAdvanced

Install
npx remotion-ui@latest add transition-light-leak

TransitionLightLeak component for use inside TransitionSeries.Overlay. Requires @remotion/light-leaks.

Advanced — installs @remotion/light-leaks.

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add transition-light-leak

Import after install

@/remotion/primitives/transition-light-leak
  • Use when: scene transitions and composition pacing.
  • Customize: seed, hueShift, 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

import { TransitionLightLeak } from "@/remotion/primitives/transition-light-leak";

<TransitionSeries.Overlay durationInFrames={30}>
  <TransitionLightLeak seed={2} hueShift={45} />
</TransitionSeries.Overlay>

API Reference

PropTypeDescription
seednumberLight leak pattern seed.
hueShiftnumberHue rotation in degrees.

Related