- From: Khushal Sagar via GitHub <sysbot+gh@w3.org>
- Date: Fri, 27 Jan 2023 15:31:28 +0000
- To: public-css-archive@w3.org
khushalsagar has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-view-transitions-1] UA CSS adds transform-origin to view-transition-group == The UA CSS has the following rule on view-transition-group: ```css transform-origin: top left; ``` This is because the dynamic transform computed [here](https://drafts.csswg.org/css-view-transitions-1/#setup-view-transition:~:text=A%20transform%20that%20would%20map%20element%E2%80%99s%20border%20box%20from%20the%20snapshot%20root%20origin%20to%20its%20current%20visual%20position.) is with respect to the top left corner of the element. Given that the element's bounds will also animate during the transition, it makes sense. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8370 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 27 January 2023 15:31:30 UTC