Cuts
Transition Light Leak
Light leak overlay for TransitionSeries.
PrimitivecutsAdvanced
Install
npx remotion-ui@latest add transition-light-leakTransitionLightLeak 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.
Install
npx remotion-ui@latest add transition-light-leakImport 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-uinpm 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
| Prop | Type | Default | Description |
|---|---|---|---|
| seed | number | 0 | Light leak pattern seed. |
| hueShift | number | 0 | Hue rotation in degrees. |