Tiny Grid Layout Animation
Today I’d like to share a very simple demo with you where we animate a tiny grid to a big one. For this kind of page transition we’re using GreenSocks’s Flip plugin which allows us to transition between two states in a super-easy way.
Another demo where we used the Flip plugin is the Lines To Content Layout Transition.
Here’s the initial view of our tiny grid:
![](https://i7x7p5b7.stackpathcdn.com/codrops/wp-content/uploads/2022/07/Grid01.jpg)
Once we click on one of the tiny grid items, we animate the whole grid to its new position and show a big title.
![](https://i7x7p5b7.stackpathcdn.com/codrops/wp-content/uploads/2022/07/Grid02.jpg)
Here we can hover each item and a little title is shown.
This is how it all looks animated:
If you view this on a small screen you will see how the layout is changed to a two-column grid.
Hope this inspires you somehow and thanks for checking by!