Wipe Transitions
Wipe Transitions is a transitions Remotion shot (with a public demo.tsx). Watch the video preview, read the recipe notes, and copy the agent brief to implement it from tuned TSX.
- Category
- Transitions
- Duration
- Per variant, prior state ≥20f + wipe 32–60f + ending ≥40f, ~5s (150f)
- Energy
- Medium
- Styles
- 2
Recipe notes
Geometric wipe transitions, two variants — clock-wipe (a radar pointer sweeps 360° to change pages) and blinds-slice (12 vertical strips staggered-flip into a wave)
When to use it
Generic transitions where both old and new pages stay still and a geometric boundary sweeps across to complete the handoff; usable anywhere since it doesn't depend on suitable elements in the composition
Intent
The transition library already has three families: travel (dive in), hidden-cut (cover the cut), solid-block (the page is a physical object). This card is the fourth family, **geometric wipes** — both old and new pages stay still, one geometric boundary sweeps across to complete the handoff, and the shape being wiped is the meaning: A's circle sweep is "the dashboard refreshed a screen of data", B's strip sweep is "blinds turning leaf by leaf to change pages". The difference from shot-transitions F's element-mask wipe: F uses a real in-page element as the mask (depends on composition), this card is pure geometry — versatility is its positioning. Choose by meaning: data refresh uses A, lateral page-turn advancement uses B.