Live Examples

Animation effects built with Claude

Full-screen animated scenes for hero sections and landing pages — each one a single self-contained file with no libraries, no plugins and no build step. The previews below are short video loops; click through and the real thing runs live in your browser. This gallery is just getting started — more effects are on the way.

Effect 01 — Earth at night, sunrise on scroll

The night side of Earth seen from orbit: procedural continents, golden city-light networks along the coasts, drifting cloud cover, a twinkling starfield and the thin cyan line of the atmosphere hugging the horizon. As the visitor scrolls, the sun climbs over the limb and the whole scene warms with it — scroll back up and it sets again.

Earth at Night — Orbital Dawn

01

Everything in this scene is computed in one WebGL fragment shader — there are no images, no textures and no 3D library. The planet is a ray-traced sphere; the continents, city lights, clouds, ocean depths and stars are all layered procedural noise. The sunrise is wired to the page scroll, so the visitor controls the time of day.

The preview above is a video loop. Open the live version for the full effect — it responds to your scrolling, adapts its resolution to your device, and falls back gracefully where WebGL isn't available.

Raw WebGLScroll-drivenProceduralNo librariesSingle file

© 2026 Claude CMS. Effect demos are licensed for use on Claude CMS customer sites — ask Claude to adapt one to your brand and it becomes yours to run.

How an effect like this is built

Every effect in this gallery is one HTML file. Inside it, a WebGL fragment shader paints every pixel, every frame: this one ray-traces the planet as an analytic sphere, grows continents and coastlines from fractal noise, threads sodium-orange city lights along the coasts, and fits the atmosphere as a glowing shell that brightens toward the sun. Scroll position maps to the sun's elevation, so the sunrise is something the visitor does rather than watches. The file also looks after itself in the real world: it renders a static frame for visitors who prefer reduced motion, drops its render resolution instead of stuttering on slower devices, pauses when it's scrolled out of view, and swaps to a pure-CSS fallback when WebGL isn't there at all. That's the standard Claude CMS holds these demos to — describe the scene you want, and Claude builds it into your site the same way.

Want an effect like this on your site?

Describe the scene you're imagining — your product, your colours, your mood — and Claude writes it into your own site as a single file. No plugins to install, nothing to configure.

Each demo is self-contained: markup, styles, shader and behaviour in one document, with progressive fallbacks built in. Ask Claude to adapt one to your brand tokens and it deploys straight to your site.

More examples

See what else Claude builds