Отзывчивый инвертированный раскрывающийся скроллер с CSS 🤙 img { position: fixed; animation: clip; animation-time
img {
position: fixed;
animation: clip;
animation-timeline: --section;
animation-range: exit;
}
@keyframes clip { to { clip-path: inset(100% 0 0 0); }
👉 @frontend_1