Scoped styling with CSS @scope (2023.10.19 @ Full Stack Europe) Slides of my lightning talk on CSS @scope Read Post →
Solved by CSS Scroll-Driven Animations: Style an element based on the active Scroll Direction and Scroll Speed Combine Scroll-Driven Animations with @property, transition-delay, calc(), sign() and abs() … and you can do Scroll Detection using only CSS! Read Post →
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 →
LearnWithJason: CSS-Only Scroll-Driven Animations I was a guest on Jason Lengstorf’s “Learn With Jason” stream. We talked about Scroll-Driven Animations. 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 →