Re: [csswg-drafts] [css-view-transitions-2] Extend `waitUntil` so that it can delay the start of the View Transition (animating phase) (#13013)

Another use-case where authors need this, is to delay the capture of the new snapshot until a webcomponent is actually defined (and possibly initialized).

For that to work properly, authors would need to make sure that the (not yet loaded) web component’s dimensions match the dimensions after the component has been initialized. Alternatively, giving them an option to delay the capturing of the new snapshots (i.e. `{ phase: "capture" }`) could also work here.

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


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

Received on Monday, 16 February 2026 09:55:03 UTC