#Development #Launches
Introducing CSS ‘view-transitions-mock’ · A non-visual polyfill for same-document view transitions https://ilo.im/16bak0

_____
#ModernCSS #ViewTransitions #Polyfill #APIs #Browsers #WebDev #Frontend #CSS #JavaScript

Introducing view-transitions-mock: A non-visual Polyfill for Same-Document View Transitions

View Transitions are a powerful Modern Web feature allow for smooth seamless animated transitions two between different states of a web page. They can make for a much more pleasant user experience, but as with any new web platform feature, browser support is not yet fully universal so you need to add some fallback logic to your code.view-transitions-mock bridges that gap by polyfilling the full JavaScript API surface of Same-Document View Transitions, without the animation bits.

Bram.us
View Transitions can swoop‽ · March 7, 2026

How to make View Transitions not always a straight line

nerdy.dev
January 2026 Baseline monthly digest  |  Blog  |  web.dev

Read about various happenings with Baseline during January 2026

web.dev

Playing around with #ViewTransitions. Really cool, although I think it's very tempting to overdo it.

The web platform just keeps getting more powerful (and more complex as well).

@firefoxwebdevs is there a timeline for support of the @view-transition rule in Firefox already?

React’s “ViewTransition” Element, by @chriscoyier (@frontendmasters.com):

https://frontendmasters.com/blog/reacts-viewtransition-element/

#react #viewtransitions

React’s ViewTransition Element – Frontend Masters Blog

The Canary version of React has a special component for ViewTransitions. Does it help?

View Transitions & Playing Video – Frontend Masters Blog

Can you keep a video playing as a view transitions happens? Yes and no. Mostly yes.

Why Are My View Transitions Blinking?, by @piccalil.li:

https://piccalil.li/blog/why-are-my-view-transitions-blinking/

#css #viewtransitions

Why are my view transitions blinking?

Miguel had been battling an annoying blinking with his view transitions and found the root cause. He’s sharing his learning in this article so you don’t fall into the same trap!

Piccalilli
Dialog view transitions

Combining view transitions and the dialog element, possible?

Dialog view transitions

Combining view transitions and the dialog element, possible?