[css-view-transitions-2] Element-scoped view transitions · Issue #9890 · w3c/csswg-drafts (original) (raw)

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:

document.getElementById(foo).startViewTransition(updateFoo);

Adding Agenda+f2f to introduce rough ideas on the rendering model for this.