-
Notifications
You must be signed in to change notification settings - Fork 440
Missing CSS property viewTransitionClass #1926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Maybe worth filing a bug in mdn ? |
I'll do that too thanks for suggesting it. |
Note that mdn is the base of this generator. |
@HolgerJeromin Thanks for letting me know. |
BTW it turns out it's added in #1844, you should either wait until TypeScript updates or opt in for the latest lib with npm @github-actions close |
Closing because @saschanaz is one of the code-owners of this repository. |
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
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)
The text was updated successfully, but these errors were encountered: