Video yükleniyor...
Video Yüklenemedi
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,989 görüntüleme • 2 yıl önce •via X (Twitter)
3 Yorum

ComputerGoBrr2 yıl önce
You are a black magic-peddling magician

Arc Terminus2 yıl önce
You are a CSS god. 🫡

Jorge Galarza2 yıl önce
That's a lot of opened tabs
