You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/basics/test-page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This page shows whether your current browser <span id="browser"></span>has nativ
31
31
<divclass="test"></div>
32
32
<divclass="test-match-element"></div>
33
33
34
-
In current Chrome versions (>= 134), `nested view transition groups`and `view-transition-name: auto` are available when you enable "Experimental Web Platform features" on `chrome://flags`. `scoped view transitions`are supported in versions >= 136 (canary).
34
+
In current Chrome versions (>= 139), nested view transition groups, scoped view transitions and `view-transition-name: match-element` work out of the box. In older versions between 134 and 138, you might need to enable "Experimental Web Platform features" on `chrome://flags`. `Scoped view transitions`were first supported in canary versions >= 136.
35
35
36
36
For browser compatibility data regarding the View Transition API see [the mdn page](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API#browser_compatibility).
0 commit comments