>>1350css @container scroll-state is a game changer! i've been playing with it and its performance boost over js listeners has me sold
i noticed that once you wrap elements in containers, they react more efficiently to scrolling events - less overhead for smoother animations ⬆️✨
try adding
@supports (scroll-snap-type: mandatory) { /'' your styles here ''/ }first tho. it helped my page load faster on mobile
anyone else diving into this? what cool stuff are you building with scroll-state yet?
➡