## Missing viewTransitionClass in CSSStyleDeclaration The view-transition-class declaration should be included in the CSSStyleDeclaration https://developer.chrome.com/docs/web-platform/view-transitions/same-document#view-transition-class ```js element.style.viewTransitionClass; ``` This feature is supported by Chome (125) and Safari (18). Note: this features is not available on MDN yet as for today (3 March 2025)