Frosted Glass Wipe
Progressive frosted glass panel sweep for TransitionSeries.
PrimitiveTransitionsAdvanced
frosted-glass-wipe30fps · 960×540
Install
$ npx remotion-ui@latest add frosted-glass-wipeExports transitionFrostedGlassWipe() and getTransitionFrostedGlassWipeDuration() for use with TransitionSeries.Transition.
Requires @remotion/transitions. Run npx remotion add @remotion/transitions if not already installed.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/remotion/primitives/frosted-glass-wipe- Use when: scene transitions and composition pacing.
- Customize: durationInFrames, blur, panelWidth, direction, 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
Example
import { transitionFrostedGlassWipe } from "@/remotion/primitives/frosted-glass-wipe";
<TransitionSeries.Transition {...transitionFrostedGlassWipe({ blur: 20 })} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| durationInFrames | number | 22 | Transition overlap length. |
| blur | number | 20 | Frost panel blur radius. |
| panelWidth | number | 0.14 | Sweep panel width as fraction of frame. |
| direction | "from-left" | "from-right" | "from-left" | Sweep direction. |