crucıble

Corona

A classic aurora: ribboned bands with a moving icy sheen on a near-black field, in teal, ice blue, and violet. Original OGL fragment shader, offscreen-paused and reduced-motion-safe.

oglfree

Installation

CLI

npx shadcn@latest add @crucible/corona

Manual — install dependencies, then copy the source

npm install ogl

Props

PropTypeDefaultDescription
colors[string, string, string]aurora teal / violet / ice blueThree tones for the ribbon gradient: [crest, mid, base]. Any hex string.
bandsnumber4Number of ribbon bands, clamped 3–6.
speednumber1Flow speed multiplier. 1 = default.
intensitynumber1Overall brightness / bloom of the ribbons. 1 = default.
pausedbooleanFreeze the animation, holding the current frame.
classNamestringExtra classes for the wrapper. Positioned absolute inset-0 -z-10.

Honors prefers-reduced-motion with a designed static fallback, pauses offscreen and on hidden tabs, and passes className through.