Загрузка видео...
Не удалось загрузить видео
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 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 10

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 💯
