Dev Tools · 1h ago
Zero-JS page transitions flash white: two bugs, one blend mode
A developer building a multi-page site with cross-document view transitions hit two distinct bugs causing white flashes. The first was a brightness pulse from inheriting mix-blend-mode: plus-lighter after customizing the default animation. The second was an unstyled frame of the incoming document painting the UA default before the transition.
Meridian48 take
This is a practical debugging tale for web developers, highlighting subtle CSS and browser automation pitfalls in modern web APIs.
Read the full reporting
My zero-JS page transitions flashed white. Two bugs, two causes, one blend mode I'd never heard of. →
DEV Community
cssview-transitions