- From: Khushal Sagar via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Feb 2024 19:33:09 +0000
- To: public-css-archive@w3.org
khushalsagar has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-view-transitions-2] Support View Transitions on a DOM subtree == Currently View Transitions are Document scoped, there can only be 1 transition at a time and it runs in a layer which paints on top of the entire Document. A common feature request is to be able to run these transitions within the scope of a DOM subtree like: ```js document.getElementById(foo).startViewTransition(updateFoo); ``` Adding Agenda+f2f to introduce rough ideas on the rendering model for this. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9890 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 1 February 2024 19:33:11 UTC