Re-enable the hero pulse and add gutter curtains #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hero-pulse-and-side-curtains"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
✅ Unblocked
@celilo/visualizer@0.3.0is published, and this branch now depends on^0.3.0. That release carries the glow rework (batched alpha rings instead of ashadowBlurper pulse) and the empty-text fix the gutter curtains need, so the pulse is affordable and this is safe to merge.Built against the real published package, not the local link —
node_moduleswas wiped first so resolution is a plainnpm install, and the built bundle contains the ring path with zero occurrences of the oldshadowBlur = 1 + 10 * inten.What's in it
The pulse is retuned.
speed0.18 → 1.8 — the old value moved a pulse about 11px/second, which is why they read as stationary flecks rather than travelling light.intensity0.45 → 0.38,density0.18 → 0.12.SideCurtainsrenders two bare curtain strips in the page gutters, wide viewports only (≥80rem), fading in once the hero scrolls away — the hero is already a full-width curtain and overlapping it muddies both. The right strip is mirrored and both are masked so they fade toward the centre instead of ending in a hard seam.Two constraints I'd keep if this gets refactored
Both exist so we don't re-lose the performance fight:
position: fixedelement never leaves the viewport, sopauseWhenOffscreencan never pause it — two more canvases would repaint forever, including while sitting invisible behind the hero. The "chase" is the paint-in animation instead.Verified
astro check0 errors,lint:cssclean, build green. The tuning numbers were chosen by eye against a locally linked build of the same code that is now published.🤖 Generated with Claude Code
WIP: Re-enable the hero pulse and add gutter curtains — BLOCKED on @celilo/visualizerto Re-enable the hero pulse and add gutter curtains