Loading video...
Video Failed to Load
Similar technique 🤙 1. Take a scroll-snap list 2. Apply CSS scroll animations ✨ img { animation: flow; animation-timeline: --cover; } keyframes flow { 0% { transform: translate(-80%, 0) rotateY(-33deg); } } Few lines of CSS make it a progressively enhanced animated list 🔥
114,209 views • 2 years ago •via X (Twitter)
8 Comments

jhey ▲🐻🎈2 years ago
Here's the @CodePen link 🚀 Definitely required as I can't fit a decent chunk of keyframes into that post without making it an essay 😅

Ola_Lekan2 years ago
what is the flow animation and --cover ?

jhey ▲🐻🎈2 years ago
The keyframes were a little long to squeeze in here 🤏 "flow" is the animation-name "--cover" is the animation-timeline The animation-timeline is based on the list item position and the animation is applied to the image that's contained 🤙

Naveen2 years ago
@X should bring syntax highlighting just for this guy! 👀

Tomas Jansson2 years ago
how quickly you create these demos are mind-blowing!

eboye | デジタルボーイ2 years ago
I remember doing this in flash / actionScript 👀

Glow Design Agency2 years ago
hm, interesting🫢

Epictetus2 years ago
This is awesome!
