- From: Bramus via GitHub <noreply@w3.org>
- Date: Fri, 11 Jul 2025 09:37:28 +0000
- To: public-css-archive@w3.org
> I wonder if it's useful to expose whether there's any transition at the document level... Maybe not? With Scoped View Transitions multiple ones can run at the same time, so that would require a array then. Perhaps it could be: - `document.activeViewTransitions` = array with all active view transitions. - `Element.activeViewTransition` = the active view transition on that specific element `document.documentElement.activeViewTransition` would return the active View Transition started on root, so that includes the one started using `document.startViewTransition`. -- GitHub Notification of comment by bramus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12407#issuecomment-3061530340 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 11 July 2025 09:37:29 UTC