Scenes & layouts

Also searched as: scene layouts, split screen, modular stage, comparison frame, video layout

Canonical Definition

Scenes and layouts are structural composition systems — split screens, radial stages, side-by-side comparisons, and responsive frames — that organize multi-element narratives.

Duration

60 to 180 frames per layout scene

Easing Curve

cubic-bezier(0.16, 1, 0.3, 1)

A motion piece is more than isolated effects; it requires architectural framing. Layouts define how conversational chat threads hand off into live previews, how code sidebars pair with browser viewports, and how before/after states compare.

Building layouts with responsive flexbox and CSS grid in Remotion allows the exact same scene structure to adapt between 16:9 desktop presentations and 9:16 vertical reels.

Split Screens & Before/After Wipes

Visualizing product contrast and transformation side-by-side

A split-screen layout divides the canvas with an interactive divider rule, contrasting legacy friction on the left with automated efficiency on the right.

Catalog Implementation/Comparison Split
componentlayoutsInspect in catalog
551 lines of React

How this works: A dual-pane layout contrasting two alternative approaches with synchronized scroll and divider reveal.

  • Independent synchronized scroll positions
  • Adjustable split ratio (50/50, 60/40, or animated sweep)
  • Responsive layout adapting between horizontal and vertical stacks

3D Tilted Stages & Radial Frames

Adding spatial dimension to multi-card product showcases

Cards sit on an isometric perspective plane that rotates and tracks in time with product feature callouts.

Catalog Implementation/Split Tilt Cards
componentlayoutsInspect in catalog
663 lines of React

How this works: Layered product cards arranged on a tilted 3D perspective stage with depth separation.

  • CSS `transform-style: preserve-3d` with realistic depth layering
  • Interactive hover and continuous camera parallax
  • Clean hierarchy between primary active card and background context

Engineering Guidelines & Common Pitfalls

Best Practices (What to do)

  • When comparing two items, stagger their entrances by 8 frames so the eye compares them sequentially.

Common Failure Modes (What to avoid)

  • Crowding too many simultaneous actions into one layout: split screens must maintain one focal center at any given moment.

Working catalog implementations

Typed Remotion components ready to drop into code.

Browse all scenes & layouts
Generate with AI

Build scenes & layouts in Animatiq

Prompt our motion agent in natural language. Get back typed Remotion React code with custom easing curves, brand palettes, and frame-accurate timing.

Launch in composer

Related motion principles