Loading video...
Video Failed to Load
Switching word combos on scroll with CSS 🖱️ main { animation: switch both steps(3); animation-timeline: view(); } @keyframes switch { to { --i: 3; }} .words__track { translate: 0 calc(var(--i) * -100%); } Result of a DM request 👇
92,943 views • 1 year ago •via X (Twitter)
10 Comments

jhey ▲🐻🎈1 year ago
Wasn't going to share this one as it was quickly thrown together 😬 May be useful to some though 🤙 Haven't put together a mobile view where could imagine everything would stack and you'd lose the animation. Nor does this fallback where no support 🥲

pavi24101 year ago
What's the DOM structure like?

Andrej Maznevski1 year ago
So this is what you've been cooking 🧑🍳

jhey ▲🐻🎈1 year ago
Not this haha 😂 This was like a 20 minute prototype for someone 🤙

Abdulfettah1 year ago
When this gonna be supported on safari

Ivanchis1 year ago
👋👋👋

Soya1 year ago
thank you! i’ll definitely implement this soon

huang deshiou1 year ago
This looks amazing! Can I ask for the code?

LcsGa 🅰️1 year ago
Nice effect! To work properly, each part has to be of the same height, right?

ROLLA1 year ago
You need to adjust the alignment of the text. It’s a little wonky
