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;
873
873
:root::view-transition-image-pair(*) {
874
874
position: absolute;
875
875
inset: 0;
876
-
877
- animation-duration: inherit;
878
- animation-fill-mode: inherit;
879
- animation-delay: inherit;
880
876
}
881
877
882
878
:root::view-transition-old(*),
@@ -885,11 +881,19 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
885
881
inset-block-start: 0;
886
882
inline-size: 100%;
887
883
block-size: auto;
884
+ }
888
885
886
+ :root::view-transition-image-pair(*),
887
+ :root::view-transition-old(*),
888
+ :root::view-transition-new(*) {
889
889
animation-duration: inherit;
890
890
animation-fill-mode: inherit;
891
891
animation-delay: inherit;
892
- }
892
+ animation-timing-function: inherit;
893
+ animation-iteration-count: inherit;
894
+ animation-direction: inherit;
895
+ animation-play-state: inherit;
896
+ }
893
897
894
898
/* Default cross-fade transition */
895
899
@keyframes -ua-view-transition-fade-out {
You can’t perform that action at this time.
0 commit comments