CSS scroll-driven animation 🔻

Опубликовано: 03 Март 2025
на канале: DevGuide
112
5

Like JS's IntersectionObserver, using CSS to track elements crossing the ScrollPort and applying blurFadeIn animation. 🔥

———

📌 CSS scroll-driven animations
https://developer.mozilla.org/en-US/d...

📌 animation-range CSS MDN Reference
https://developer.mozilla.org/en-US/d...

📌 view() CSS MDN reference
https://developer.mozilla.org/en-US/d...

📌 Can I Use view()
https://caniuse.com/?search=view()