Loading video...
Video Failed to Load
Future CSS Tip! ๐ You can create that Apple style blow out text effect with CSS scroll-driven animations โก๏ธ No JavaScript! The trick is to animate SVG text along the z-axis using 3D transforms ๐ .word { animation: blow-out both ease-in; animation-timeline: --section; ๐ animation-range: exit-crossing 10% exit 0%;... show more
348,255 views โข 2 years ago โขvia X (Twitter)
10 Comments

Here's that @CodePen link! ๐ Remember, you'll need to be in Chrome to see this in action ๐ค But, I can totally put together a GSAP ScrollTrigger version for you if you need it โจ

@jhey, how about this one, do you like it? (1,2,3 counter version)

@jhey Nice! ๐ค

Super cool! Thank you ๐

No worries Tracy! ๐ค

As cool as this is, this is way off? Safari and mobile Safari, 20% + and sight of implementation on Can I use. Gotta start playing around all the same.

Chicken and Egg right there ๐ฃ

@dev_andressa

You are a css god at this point, my question is why not use gsap?๐ค, it'd be easier don't you think .๐

@K_DesignBox Haha โ I wouldn't go that far. Erm, personally I think this way is easier. I could bring in ScrollTrigger to do it. But, then I need to add a JavaScript dependency. The only thing missing in the CSS only approach is the `scrub` property which is very useful ๐ฏ
