Re: [csswg-drafts] [css-view-transitions-2] [scoped] Force tag containment for active transitions (#13637)

This is my use case: I am looking for a way to capture the ::view-transition-group() pseudos of an ongoing scoped view transition as old images for a new transition, so that I can start the next scoped view transition from the current state of the previous one.

As an example, see https://vtbag.dev/basics/pseudos/#a-demo-with-hidden-names
 where clicking the images toggles between views. Instead of transitions jumping to the end when interrupted and continuing from there, I would prefer them to pause wherever they happen to be when clicked, and then change direction from that point.

However, view-transition-scope: all prevents me from capturing the pseudos of the first transition in a new view transition rooted at the parent of the current scope.

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


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

Received on Thursday, 30 April 2026 22:29:38 UTC