Skip to content

Commit d1156bc

Browse files
noamrkhushalsagar
andauthored
[css-view-transitions-1] Inherit to the UA stylesheet rules for animation-delay in vt pseudo-elements (w3c#9924)
* Inherit to the UA stylesheet rules for (::view-transition) -image-pair, -old, and -new Closes w3c#9817 * Update css-view-transitions-1/Overview.bs --------- Co-authored-by: Khushal Sagar <63884798+khushalsagar@users.noreply.github.com>
1 parent 1fa191e commit d1156bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
858858

859859
animation-duration: inherit;
860860
animation-fill-mode: inherit;
861+
animation-delay: inherit;
861862
}
862863

863864
:root::view-transition-old(*),
@@ -869,6 +870,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
869870

870871
animation-duration: inherit;
871872
animation-fill-mode: inherit;
873+
animation-delay: inherit;
872874
}
873875

874876
/* Default cross-fade transition */
@@ -1952,6 +1954,7 @@ Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230
19521954
* Add note to explain paint order for entry animations. See <a href="https://github.com/w3c/csswg-drafts/issues/9672">issue 9672</a>.
19531955
* Add note to explain how the named elements are cleaned up. See <a href="https://github.com/w3c/csswg-drafts/issues/9669">issue 9669</a>.
19541956
* Refactor algorithm to clarify timing, especially of `updateCallbackDone. See <a href="https://github.com/w3c/csswg-drafts/issues/9762">issue 9762</a>.
1957+
* Add animation-delay inherit to UA stylesheet rules for (::view-transition) -image-pair, -old, and -new. See <a href="https://github.com/w3c/csswg-drafts/issues/9817">issue 9817</a>.
19551958

19561959
<h3 id="changes-since-2022-05-25">
19571960
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

Comments
 (0)