What’s new in CSS? (2023.10.12 @ Frontmania) Slides of the talk “What’s new in CSS” I gave at Frontmania Read Post →
The Future of CSS: Easy Light-Dark Mode Color Switching with light-dark() A function that computes to the first color if the used color scheme is light or unknown, or to the second color if the used color scheme is dark. Read Post →
Run a Scroll-Driven Animation only once A small piece of JavaScript to run a scroll-driven animation only once. Read Post →
Animate between states with the View Transition API (2023.09.27 @ devs.gent) Slides of my talk on View Transitions at the inaugural devs.gent meetup. Read Post →
Solved by CSS Scroll-Driven Animations: Detect if an element can scroll or not Leverage Scroll-Driven Animations + a Space Toggle or State Query to selectively style an element based on it being scrollable or not. Read Post →
Scroll-Driven Animations Debugger (DevTools Extension) A DevTools extension to visualize and debug Scroll-Driven Animations Read Post →
Mastodon Redirector – A browser extension to rewrite external Mastodon URLs to your own instance Because Mastodon URLs across instances is a mess … Read Post →
CSS @property improvements in Chrome DevTools (Chrome 118) Chrome DevTools included with Chrome 118 has some nice improvements to working with @property. Read Post →
Scroll-Driven Animations and View Transitions (2023.06.09 @ CSS Day) Backstory, slides, recording, and more of my talk at CSS Day 2023. Read Post →