RT jhey 🔨🐻✨
Future CSS Tip! 📜
You can use scroll-driven animation to create cool scroll effects that change with viewport size 🤓
No JavaScript! 🤯
img {
animation: clip both;
animation-timeline: --article;
animation-range: exit;
}
@CodePen link below! 👇 https://t.co/5dae89MH3v