Transitions

Pixel Scene Replacement

Loading…
Motif8s typicallandscape · portrait · square

Overview

Replace full-frame cells in a deterministic order between two terminal compositions.

Build

  1. 01

    Divide both scenes into the same cell grid.

  2. 02

    Use a fixed hash to rank cell replacement.

  3. 03

    Keep every cell occupied by either source or destination throughout the handoff.

Example source React / TSX

examples/pixel-scene-replacement.tsx · Uses the catalog’s shared composition helpers.

Loading source…