CSS, rad folks, virtual attendance? Smashing Meets #CSS: @npub1mzkn...l99l
amazing what a few lines of #CSS can do https://codepen.io/argyleink/pen/LEYOgxy
#CSS sibling-index() and sibling-count() available Chrome Canary with experiments enabled! `transition-delay: calc(sibling-index() * .1s);` or ```css --hue: calc(sibling-index() * 50); color: oklch(70% 70% var(--hue)); ``` more info and a Codepen to fork ⤷
want 3D perspective in your view transitions? image
Can emoji's save us from naming hell? ⤷
30 #CSS scroll driven animation examples which is your favorite? - z-stack and slither are mine
new <footer> nerdy.dev
#CSS advanced `attr()` Unlocking new ways to integrate with CSS from your HTML
**Focus By Demotion** a use case for #CSS `:hover > :not(:hover)`
#CSS feature faceoff: scroll triggered stuck nav (left) vs scroll driven animation nav (right) which do you prefer? try it https://codepen.io/argyleink/pen/gbYGgrB (use Canary for the scroll-state() support)