Motion study

Strip to Panel Morph

Loading…
Part

Overview

Morph height/top of the strip into the panel while the camera pulls back and content fades in.

Build

  1. 01

    stripRect → fullRect.

  2. 02

    Camera pullback.

  3. 03

    Content fade.

.panel { animation: scene1-panel }
.cam { animation: scene1-camera }
Example source React / TSX

examples/strip-to-panel-morph.tsx · Uses the catalog’s shared composition helpers.

Loading source…