animate-css-grid
animate-css-grid copied to clipboard
Some properties are not animating
Good job on this library, it's really a shame that browsers do not support this by default.
I noticed there is one property that is not supported: the grid-area property on grid elements. Basically I use them to grow and shrink grid element to other rows and columns, very useful.
I also noticed that when I add elements to the grid, the other ones are also not animated while readjusting positions. Does this plugin support this?
Update: properties do animate only when classes are updated, not when inline styles are applied.