Loading video...
Video Failed to Load
The CSS trick here is using custom properties to drive your CSS animation behavior 🤙 Doesn't have to be a scroll animation li:nth-of-type(odd) { --x: -4ch; } li:nth-of-type(even) { --x: 4ch; } @keyframes shift {50% { translate: var(--x) 0; }} Updates at runtime 🚀
239,955 views • 2 years ago •via X (Twitter)
3 Comments

ComputerGoBrr2 years ago
You are a black magic-peddling magician

Arc Terminus2 years ago
You are a CSS god. 🫡

Jorge Galarza2 years ago
That's a lot of opened tabs
