<div class="spacer">
<p>Scroll down to see the magic ↓</p>
</div>
<div class="reveal-card">
<h2>Hello There</h2>
<p>I fade in as I enter the viewport.</p>
</div>
<div class="reveal-card">
<h2>Smooth Entry</h2>
<p>No JavaScript required.</p>
</div>
<div class="reveal-card">
<h2>Native Performance</h2>
<p>Running on the compositor thread.</p>
</div>
<div class="spacer"></div>
Back to Snippets
Scroll-Driven Fade In Animation CSS
Create immersive scroll effects without JavaScript using the CSS scroll-driven animations API. Elements fade and slide into view smoothly as you scroll down the page.
338