Premium glassmorphic design with scroll-linked animations. Fully accessible with reduced motion support.
Semi-transparent containers with backdrop blur and refraction highlights.
Hover to see lift effect and glass glow. Notice the refraction highlight on the top edge.
This card appears 100ms after the first. Uses delay-1 class.
On desktop, move your mouse over this card to see 3D tilt effect.
<div class="glass-card" data-animate="fade-in">
<h3>Your Content</h3>
</div>
Buttons with lift animations and glass glow on hover.
<a href="#" class="btn-primary">Primary Button</a>
<a href="#" class="btn-secondary">Secondary Button</a>
Background layer moves slower than foreground for depth effect.
<div class="parallax-container">
<div class="parallax-layer" data-parallax-speed="0.5">
<!-- Background content -->
</div>
<div class="content">Foreground</div>
</div>
Lighter glass variant for nested content.
Lighter glass effect for hierarchy. Notice the reduced blur and opacity.
<div class="glass-card">
<div class="glass-panel">
Nested content
</div>
</div>
Service feature tiles with glass effects.
Technical SEO, content optimization, and authority building.
Google Ads, Meta Ads, and TikTok campaigns.
Content strategy, community management, and influencer partnerships.
Elements appear in sequence with delay classes.
Appears first (no delay)
Appears second (100ms delay)
Appears third (200ms delay)
Appears fourth (300ms delay)
<div class="glass-card" data-animate="fade-in">First</div>
<div class="glass-card delay-1" data-animate="fade-in">Second</div>
<div class="glass-card delay-2" data-animate="fade-in">Third</div>
Look at the top of the page - the red bar tracks your scroll position.
The scroll progress bar is automatically added by liquid-glass.js.
It uses transform: scaleX() for GPU-accelerated updates.
All animations respect prefers-reduced-motion.
If you enable reduced motion in your OS settings, all animations will be disabled.
Focus Rings: Tab through interactive elements to see red focus outlines.
// Open DevTools → Performance
// Record while scrolling
// Check for 60fps green bars
// No forced reflows in scroll handlers
Check the implementation guide for full documentation and code examples.