File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -873,10 +873,6 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
873873 :root::view-transition-image-pair(*) {
874874 position: absolute;
875875 inset: 0;
876-
877- animation-duration: inherit;
878- animation-fill-mode: inherit;
879- animation-delay: inherit;
880876 }
881877
882878 :root::view-transition-old(*),
@@ -885,11 +881,19 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
885881 inset-block-start: 0;
886882 inline-size: 100%;
887883 block-size: auto;
884+ }
888885
886+ :root::view-transition-image-pair(*),
887+ :root::view-transition-old(*),
888+ :root::view-transition-new(*) {
889889 animation-duration: inherit;
890890 animation-fill-mode: inherit;
891891 animation-delay: inherit;
892- }
892+ animation-timing-function: inherit;
893+ animation-iteration-count: inherit;
894+ animation-direction: inherit;
895+ animation-play-state: inherit;
896+ }
893897
894898 /* Default cross-fade transition */
895899 @keyframes -ua-view-transition-fade-out {
You can’t perform that action at this time.
0 commit comments