anandthakker / anandthakker/doiuse

False positive on transition: grid and transition: grid-*

オープン
#197 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
awaiting feedback
主要言語
JavaScript
スター
1.3k
フォーク
57
PR マージ指標
30日以内にマージされた PR はありません

説明

Unlike the [Can I use database](https://caniuse.com/?search=css-grid-animation), doiuse warns against the usage of `transition: grid` and `transition: grid-*` like this:

```
main.css:2:1: CSS Grid animation not supported by: Edge (129,130), Chrome (129,130), Chrome for Android (129) (css-grid-animation)
main.css:3:1: CSS Grid animation not supported by: Edge (129,130), Chrome (129,130), Chrome for Android (129) (css-grid-animation)
main.css:4:1: CSS Grid animation not supported by: Edge (129,130), Chrome (129,130), Chrome for Android (129) (css-grid-animation)
main.css:5:1: CSS Grid animation not supported by: Edge (129,130), Chrome (129,130), Chrome for Android (129) (css-grid-animation)
main.css:7:1: CSS Grid animation not supported by: Edge (129,130), Chrome (129,130), Chrome for Android (129) (css-grid-animation)
main.css:8:1: CSS Grid animation not supported by: Edge (129,130), Chrome (129,130), Chrome for Android (129) (css-grid-animation)
main.css:9:1: CSS Grid animation not supported by: Edge (129,130), Chrome (129,130), Chrome for Android (129) (css-grid-animation)
```

main.css:

```css
.test {
transition: grid 1s;
transition: grid-template 1s;
transition: grid-template-rows 1s;
transition: grid-template-columns 1s;

transition: grid-template-areas 1s;
transition: grid-auto-rows 1s;
transition: grid-auto-columns 1s;
}
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。