by Gene Crawford | Jan 22, 2025
2025; I think every front-end developer should know how to enable page transitions, transition a <dialog>, popover, and <details>, animate light n’ dark gradient text, type safe their CSS system, and add springy easing to animation.
by Gene Crawford | Jan 22, 2025
I don’t see this technique enough: focus by demotion. Very often we create focus by promotion: hover to create a glow, focus rings, or even just making text bold.
by Gene Crawford | Jan 22, 2025
I recently was messing around with the HTML <dialog> element. It’s really handy for native dialogs without a ton of JavaScript.