Загрузка видео...
Не удалось загрузить видео
CSS Tip! 🔮 Use scroll-linked animations to create list animations ✨ li { view-timeline: --i inline; } .card { scale: 0.8; animation-timeline: --i; animation: s; animation-delay:cover 40%; animation-end-delay:cover 60%; } keyframes s { 50% { scale:1; }} CodePen.IO link below!👇
110,212 просмотров • 3 лет назад •via X (Twitter)
Комментарии: 10

Here's that @CodePen link! 🚀 And you can try this out today as it's using a polyfill that's being actively developed 🙌

This is a follow up to this one posted the other day ✨ Same style for the technique. Real fun API to experiment with for sure! 💯

@CodePen @pikaso_me screenshot this

@jh3yy @CodePen Here's your screenshot. ⚡ Want to automatically post your tweets on Instagram? Visit

@CodePen Really hope we see this hit all browsers by the end of this year so we can get it production. Need to start messing around more with it, might try doing a codepen with on scroll navigation that changes after scroll (see if it possible)

@argyleink @CodePen Very nice 👍

@CodePen How can it be so easy?

@CodePen @SaveToNotion #Thread

@CodePen Is view-timeline a new property, I have been using scroll-timeline instead, does that really make a difference.

@CodePen @SaveToBookmarks #Tip
