Re: [csswg-drafts] [css-view-transitions-2] Starting a same-doc view transition while a cross-doc view transition is pending (#9512)

We should keep the MPA transition until we've had at least 1 frame drawn? Otherwise I can't see any reasonable use-case where the author would want to overwrite the MPA transition before that. Doing so will result in an abrupt swap between the 2 Documents.

Once the new Document has drawn 1 frames, it's possible a network update changes its content drastically or the user interacts with the page.

Maybe `reveal` is a reasonable hook for that. Its fired right before we'll draw the first frame. After that point, there can be events where skipping the current transition is the right thing to do.

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


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

Received on Friday, 27 October 2023 21:17:53 UTC