RemotionUI

Transition Light Leak

Light leak overlay for TransitionSeries.

PrimitiveTransitionsAdvanced

transition-light-leak30fps · 960×540
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.

Agent notes

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

Import
@/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

Example
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