← EXPERIENCE

REPRODUCTION NOTES / 07

How Lumen Cloud
was made.

Signature technique: Animated Canvas gradient mesh + restrained glass. The page is one dependency-light HTML document with embedded styles and scripts; this guide is a second self-contained document using the same visual language.

Build sequence

01

Animate colored control points on Canvas 2D.

02

Render radial gradients with additive composition.

03

Place one purposeful translucent analysis surface above it.

04

Throttle or freeze the loop for reduced motion.

Reproduce it

Copy the parent index.html, preserve the semantic landmarks, then isolate the render loop from the content layer. Keep canvas and 3D surfaces aria-hidden; the story must remain complete without them. Cap device pixel ratio at 2 for expensive scenes, listen to prefers-reduced-motion, and test the final composition at 375px before publishing.

Why this technique

Animated Canvas gradient mesh + restrained glass is not decoration here: it carries the site's central metaphor. That alignment between subject and mechanism is what keeps a technical showcase from becoming a demo reel.