- From: rthrejheytjyrtj545 via GitHub <sysbot+gh@w3.org>
- Date: Sat, 03 Jun 2023 07:47:52 +0000
- To: public-css-archive@w3.org
Without solving the performance problem, is it workable to put the calculation of the correct elements on the UA, leaving one of the pair as the root? This will make it possible to trigger a transition to an article and then back to the list, but not from an article to a list without a previous transition. ```css ui-el { view-transition: --name / auto} ::view-transition-from-element() {} ::view-transition-to-element() {} ::view-transition-from-root() {} ::view-transition-to-root() {} ``` ```html <meta name = view-transition-name content = --name> <ui-el>1st of --name</ui-el> ``` -- GitHub Notification of comment by rthrejheytjyrtj545 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8890#issuecomment-1574759141 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 3 June 2023 07:47:54 UTC