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

Yeah, the "freezing rendering" is indeed different in that rAF runs but pixels visually don't change. Size changes is something we would need to discuss since I think changing the size of a scope is a lot more common than changing the size of the window for the document view transitions. I would think that we don't want to skip in these cases.

One other thing that occurs to me is dealing with overflow. With iframes, everything is essentially paint contained so we can freeze pixels without worrying that something leaks from under the pixels. However, in general elements you can have frozen pixels but then we have to be careful that the "real" paint doesn't make it on screen and instead we just have the frozen pixels.

We might have to spec this in some detail to avoid interop issues

-- 
GitHub Notification of comment by vmpstr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9890#issuecomment-2863251864 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 14:21:57 UTC