Relative Content

Tag Archive for csscss-transitionscss-grid

Animating grid-auto-rows property

I have a simple css grid with X grid-items. The number of grid-items can be variable, their sizes can also vary. I need to create a simple expander, so only certain number of rows is going to be visible at first, but after button click event it is going to expand to full height and show all columns.