// Animation
Logo reveal
The wordmark on a seamless loop, lit by a hand-written shader.
The smallest engine seam on the site: a pure, unit-tested timeline drives letter-by-letter reveal radiating out from the monogram, and a hand-written SkSL specular pass sweeps the lockup.
What it uses: @flare-engine/core for the loop that owns the loop period, and @flare-engine/render-web +
@flare-engine/postfx for the CanvasKit surface, the runtime-effect shader and the bloom. No
simulation at all — everything is a function of loop-local time.
Want to build one? The guide rebuilds it from first principles, and is explicit about where the engine ends and this site’s own code begins: Showcase: Logo reveal.