We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb26012 commit f9c58c8Copy full SHA for f9c58c8
css-view-transitions-1/Overview.bs
@@ -883,8 +883,9 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
883
* Style the element captures ''::view-transition-old()'' and ''::view-transition-new()''
884
to match the size and position set on ''::view-transition-group()''
885
(insofar as possible without breaking their aspect ratios)
886
- as it interpolates between them
887
- (see [=dynamic view transition style sheet=]).
+ as it interpolates between them.
+ Since the sizing of these elements depends on the mapping between logical and physical coordinates,
888
+ [=dynamic view transition style sheet=] copies relevant styles from the DOM elements.
889
* Set up a default quarter-second cross-fade animation
890
for each ''::view-transition-group()''.
891
</details>
0 commit comments