In this episode of WP Builds “At The Core,” Nathan Wrigley, Birgit Pauli-Haack, and Anne McCarthy recap recent and upcoming WordPress core developments. They highlight the roadmap to WordPress 6.9, including simplified site editing mode, block-level commenting, template management improvements, the expanded command palette, speculative loading, and upcoming core blocks. The discussion dives into efforts around admin redesign and foundational work for better AI integration, aiming for more...| WP Builds
We've been able to get the length of the viewport in CSS since... checks notes... 2013! Surprisingly, that was more than a decade ago. Getting the| CSS-Tricks
At Middlesbrough Front End 2025 I gave a talk about some of the more exotic applications of View Transitions| Bram.us
Slides + Recording of the talk “Supercharge Web UX with View Transitions” I gave at WebExpo.| Bram.us
For this year’s Google I/O, I recorded the session “Web animations today and tomorrow”. Check it out to learn how to guide, inform, and delight users by adding subtle and supportive animations to your web UIs.| Bram.us
Instead of duplicating an animation on the ::view-transition-group pseudo, you can also rely on CSS transitions on the original element … if you’ve set it up correctly.| Bram.us
Nicht abgesprochen, aber wie bei Markus gibt es auch hier ein kleines Facelift: Ich bin jetzt auf die Farbdefinition via oklch() umgestiegen. Das stand| Marc Görtz
To smoothly animate things like borders as part of a View Transition, you need to duplicate that animation onto the ::view-transition-group. For best effect, have the View Transition separately capture the background and foreground of the element you’re animating.| Bram.us
Beware when manipulating the coordinates of the View Transition’s ::view-transition-group(*) pseudo. Depending on where you read those coordinates from, you might end up with layout jumps when writing them back. This post details the pitfalls and how to deal with them, unlocking more performant animations on the ::view-transition-group() pseudo along the way.| Bram.us
A few lines of JavaScript to get all animations linked to an active View Transition.| Bram.us
By adding a few lines of CSS you can enable smooth page transitions.| Blog of fearless web developer Silvestar Bistrović
From June 11-13, the CSS Working Group (CSSWG) held its second face-to-face meeting of the year in Coruña, Spain, with a long agenda of new features and| CSS-Tricks
By adding a meta tag with the name ‘view-transition,’ you can enable smooth page transitions.| S.Bistrović