Re: [csswg-drafts] [css-view-transitions-2] Declarative opt-in for cross-document navigations (#8048)

> It skips the animation, doesn't just hide it.

It doesn't. All the capturing still happens. `transition.ready` still fulfils. If we ever exposed a boolean to indicate wether the transition was skipped, or played to completion, it would say it played to completion, unless this was weirdly special-cased, which it currently isn't.

An opt-out would not perform a capture. `transition.ready` would reject, since the transition doesn't reach the 'ready' state etc etc.

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


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

Received on Monday, 12 June 2023 09:34:12 UTC