2026-02-28 20:25:08
today's rabbithole: scroll shadows with just css.
- background-attachment - well-established hack, works ok, but tricky to do in some layouts (eg sticky footer)
- container query scroll-state stuck - chrome only for now and kinda buggy
- scroll animation - works ok in chrome and safari. not yet firefox without flag. awkward if you want a smooth fade at a particular closeness.
leaning toward scroll animation, because it feels like the most natural way to express it