Загрузка видео...
Не удалось загрузить видео
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 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 3

ComputerGoBrr2 лет назад
You are a black magic-peddling magician

Arc Terminus2 лет назад
You are a CSS god. 🫡

Jorge Galarza2 лет назад
That's a lot of opened tabs
