Re: [csswg-drafts] [css-view-transitions-2] Feature detection for VT cross-document (#9891)

Is this working?

As I'm on Chrome 126 version which supports MPA but still 

```
if (CSS.supports('@view-transition')) {
    console.log('The @view-transition at-rule is supported.');
} else {
    console.log('The @view-transition at-rule is not supported.');
}
```

giving me `The @view-transition at-rule is supported`



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


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

Received on Wednesday, 10 July 2024 07:06:44 UTC