Loading video...

Video Failed to Load

Go Home

CSS scroll to unblur text ✨ .word { --start: calc(var(--i) * var(--pxPerWord)); --end: calc((var(--i) + 1) * var(--pxPerWord)); animation: fx; animation-timeline: --section; animation-range: var(--start) var(--end); } @​keyframes fx { 0% { filter: blur(20px); opacity: 0; }}

121,776 views • 2 years ago •via X (Twitter)

11 Comments

nemo's profile picture
nemo2 years ago

Every single one of your posts is inspiring. Thanks for posting. - a backend dev learning front end magic

J.C.E's profile picture
J.C.E2 years ago

This is a level of css I'm definitely not familiar with. Can you recommend any resources to learn this?

Dan ⚡️'s profile picture
Dan ⚡️2 years ago

praying for those squooshed tabs 🙏

chessterfi3ld's profile picture
chessterfi3ld2 years ago

With missing parts :

Connor's profile picture
Connor2 years ago

I’ve learned so many cool tricks in the short time I’ve been following you! Amazing work bro 👊

andres betancur's profile picture
andres betancur2 years ago

And repo GitHub please

Wizard Of SaaS | Web Dev's profile picture
Wizard Of SaaS | Web Dev2 years ago

Top notch creativity!

Lex from Techies Review's profile picture
Lex from Techies Review2 years ago

Awesome stuff. I was playing around getting the text stagger effect you see with gsap. But I couldn’t get it to work because of the lack of support for overflow hidden with animations.

Ryan's profile picture
Ryan2 years ago

Awesome! Mind sharing the codepen link?

kyle's profile picture
kyle2 years ago

close some tabs holy shit

jhey ▲🐻🎈's profile picture
jhey ▲🐻🎈2 years ago

don't need to

Related Videos