正在加载视频...

视频加载失败

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 次观看 • 2 年前 •via X (Twitter)

11 条评论

nemo 的头像
nemo2 年前

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

J.C.E 的头像
J.C.E2 年前

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

Dan ⚡️ 的头像
Dan ⚡️2 年前

praying for those squooshed tabs 🙏

chessterfi3ld 的头像
chessterfi3ld2 年前

With missing parts :

Connor 的头像
Connor2 年前

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

andres betancur 的头像
andres betancur2 年前

And repo GitHub please

Wizard Of SaaS | Web Dev 的头像
Wizard Of SaaS | Web Dev2 年前

Top notch creativity!

Lex from Techies Review 的头像
Lex from Techies Review2 年前

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 的头像
Ryan2 年前

Awesome! Mind sharing the codepen link?

kyle 的头像
kyle2 年前

close some tabs holy shit

jhey ▲🐻🎈 的头像
jhey ▲🐻🎈2 年前

don't need to

相关视频