motionvault.dev/preview/aurora-glass-navbar-pill LIVE
Remix
How to use it — read straight from the code
Where it fits
- Navigation systems and power-user entry points
- Swap into an existing page where a static block feels flat
Adjustable knobs
- #070711
- accent color
- #ECEAF9
- accent color
- #9D99C4
- accent color
- #5E5A86
- accent color
- 5s
- motion timing
- 35s
- motion timing
Accessibility
- ⚠No reduced-motion fallback yet — wrap the animation in @media (prefers-reduced-motion: reduce) before shipping.
- ⚠Interactive controls detected — add aria-labels where icons carry meaning.
- ✓Uses native interactive elements, so keyboard focus works out of the box.
Performance
- Animations run on transform/opacity only (GPU-composited) — no layout thrash.
- Uses CSS blur — the most expensive filter; keep blurred areas modest on mobile.
- backdrop-filter glass panels look great but cost per-frame compositing — a few panels is fine, a page of them is not.
- Self-contained single file (~2.6 KB, no network requests) — safe to inline or lazy-load in an iframe.
More from Components
Comments & ratings
Loading comments…