Spatial Push
Perspective push transition for TransitionSeries.
PrimitiveTransitionsAdvanced
spatial-push30fps · 960×540
Install
$ npx remotion-ui@latest add spatial-pushExports transitionSpatialPush() and getTransitionSpatialPushDuration() 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/spatial-push- Use when: scene transitions and composition pacing.
- Customize: durationInFrames, direction, pushDepth, 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 { transitionSpatialPush } from "@/remotion/primitives/spatial-push";
<TransitionSeries.Transition {...transitionSpatialPush()} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| durationInFrames | number | 24 | Transition overlap length. |
| direction | "from-left" | "from-right" | "from-left" | Push direction. |
| pushDepth | number | 0.42 | Travel depth as fraction of frame. |