We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8a57a commit c50033eCopy full SHA for c50033e
css-view-transitions-1/Overview.bs
@@ -884,7 +884,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
884
}
885
886
:root::view-transition-image-pair(*),
887
- :root::view-transition-old(*),
+ :root::view-transition-old(*),
888
:root::view-transition-new(*) {
889
animation-duration: inherit;
890
animation-fill-mode: inherit;
@@ -893,7 +893,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
893
animation-iteration-count: inherit;
894
animation-direction: inherit;
895
animation-play-state: inherit;
896
- }
+ }
897
898
/* Default cross-fade transition */
899
@keyframes -ua-view-transition-fade-out {
0 commit comments