Skip to content

2026 04 22 Logo Animation Glow Explored

2026-04-22 — Logo Animation: Glow Effect Explored, Rejected

Section titled “2026-04-22 — Logo Animation: Glow Effect Explored, Rejected”

Decision: Keep original bar-blink + dot-pulse. No glow added to production.

Testing page built with a full 3×2 matrix of scaling glow variants (Options A–H):

  • Scaling glow disc: r=8 → r=16 (2× at peak), +100% size
  • Peak opacities: 25%, 33%, 40%
  • With and without 120% dot scale

SVG favicon animation also confirmed feasible (Chrome/Firefox support CSS animations in SVG; Safari renders static first frame — acceptable).

Scaling glow (Option E: 33% opacity + dot scale) was the preferred candidate, implemented, then reverted. Reasons to stay with original:

  1. Financial advisory brands signal trust through restraint — glowing effects associate with gaming/crypto/discount retail
  2. Bar-blink carries semantic meaning ($ → S tells a story); glow is visual garnish without narrative purpose
  3. At real header sizes (~40px), glow is ~5px semi-transparent ring — barely registers
  4. Original animation already works; second effect competes rather than reinforces
  • Production: bar-blink + dot-pulse only (unchanged)
  • Archive: full glow exploration at sites/template/src/pages/pages/testing.astro
  • Monorepo commit: 65dabc6 — feat(testing): mBR logo glow animation exploration archive

eslint.config.mjs now ignores .wrangler/** — Wrangler build artifacts were causing pre-commit ESLint hook failures.