- From: Adam Argyle via GitHub <sysbot+gh@w3.org>
- Date: Mon, 25 Sep 2023 21:11:34 +0000
- To: public-css-archive@w3.org
here's a demo that would benefit from the optimization https://codepen.io/argyleink/pen/VwBKjwj, there's multiple instances where the browser is capturing more than is needed. here's an example that's similar, but a little different https://codepen.io/argyleink/pen/PoxgOZz. there's a decent amount of javascript to manage whether or not to give a number a `view-transition-name`, since I wanted it to "do nothing" if it was the same number between old and new. in this case, i interject and hand manage the VT name to get the effect I wanted, but it also happens to help the browser capture less. both scenarios, I'd love a property that let me articulate these cases. -- GitHub Notification of comment by argyleink Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9406#issuecomment-1734468879 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 25 September 2023 21:11:36 UTC