Open yassh opened 3 weeks ago
I don't see the problem. Animation of grid is done with transition property. If anything it's missing the animation:
rule as well.
grid
is a shorthand for the other properties.
I found that this issue was caused by errors in the caniuse database.
I submitted a pull request to fix the errors, and it was merged: https://github.com/Fyrd/caniuse/pull/7196
Unlike the Can I use database, doiuse warns against the usage of
transition: grid
andtransition: grid-*
like this:main.css: