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
Note: though 'view-transition-name' is [=discrete|discretely animatable=], animating it doesn't
523
+
affect the running view transition. Rather, it's a way to set its value in a way that can change
524
+
over time or based on a [=timeline=]. An example for using this would be to change the 'view-transition-name'
525
+
based on [=scroll-driven animations=].
526
+
522
527
The 'view-transition-name' property “tags” an element
523
528
for [=capture in a view transition=],
524
529
tracking it independently in the [=view transition tree=]
@@ -1934,6 +1939,7 @@ Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230
1934
1939
* Animate back-drop filter similar to transform/size. See <a href="https://github.com/w3c/csswg-drafts/issues/9358">issue 9358</a>.
1935
1940
* Copy `color-scheme` from DOM element to ''::view-transition-group()''. See <a href="https://github.com/w3c/csswg-drafts/issues/9276">issue 9276</a>.
1936
1941
* Expose [=auto-skip view transition=] for a {{Document}}, to allow having outbound cross-document transitions preceed programmatic view transiitons. see <a href="https://github.com/w3c/csswg-drafts/issues/9512">issue 9512</a>.
1942
+
* Add a note about why 'view-transition-name' should be animatable.
1937
1943
1938
1944
<h3 id="changes-since-2022-05-25">
1939
1945
Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230525/">2022-05-25 Working Draft</a>
0 commit comments