Skip to content

Commit eba4c15

Browse files
committed
updates
1 parent 96a98d3 commit eba4c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/basics/test-page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This page shows whether your current browser <span id="browser"></span>has nativ
3131
<div class="test"></div>
3232
<div class="test-match-element"></div>
3333

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.
3535

3636
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).
3737

0 commit comments

Comments
 (0)