Video wird geladen...
Video konnte nicht geladen werden
Future CSS Tip! 📜 You can create these landing page effects with CSS scroll-driven animations and zero JavaScript 🔥 Blurred text on exit? 👀 @keyframes fade { to { opacity: 0; filter: blur(2rem); } } h2 { animation: fade; animation-timeline: view(); animation-range: cover 40% cover 85%; } Lots of... show more
426,182 Aufrufe • vor 2 Jahren •via X (Twitter)
9 Kommentare

Here's that @CodePen link! 🚀 You need to be in Chrome to see this in action 🥲 Will aim to create a polyfilled version using GSAP ScrollTrigger. Threw this together pretty quick/rough 😅

Will probably need to break this one down into mini posts for the different techniques going on here 🤔 It's mainly tricks with position: fixed and scoped view-timeline ⭐️

Any implementation with @tailwindcss “

@tailwindcss Could totally throw one together. Will require some configured classes for the animation-timeline related properties, etc. Perhaps doing it in Tailwind play would be a good option 🤙

Make a video of this. Its 🔥🔥🔥

Will do! This is the push I needed 🙏 Will do a walkthrough of how the different pieces work

When can we expect a lot of these features to be stable in the future? Is it rather far away or let's say 1-2 years

@abuzackariyya It shouldn't be too far away, there is intent from other browser engines 🙌 But, I'll update the demo so it can be used with GreenSock too 🤙

looks amazing. when can stuff like this be available in Safari u think?
