Re: [csswg-drafts] [css-view-transitions-2] Element-scoped view transitions (#9890)

> > Rendering and hit-testing suppression only applies to the scope
> 
> What does that mean exactly? In regular view transitions will suppress `requestAnimationFrame` and virtually all steps of the rendering loop, and display the "old" content. When rendering is suppressed on scoped view transitions, presumably that won't happen? What do you display instead?

@vmpstr can correct me if I'm wrong, but in broad terms the old element should render a frozen snapshot that is presented while the rest of the document can continue rendering as usual. We want to prevent a case where a lengthy callback promise on some scoped element would freeze the whole document.

-- 
GitHub Notification of comment by noamr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9890#issuecomment-2862482046 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 8 May 2025 10:02:40 UTC