Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.3 KB

readme.md

File metadata and controls

21 lines (15 loc) · 1.3 KB

Creating smoother CSS transitions with Animate CSS Grid. ✍️

This is the code example for my article on Creating smoother CSS transitions with Animate CSS Grid for LogRocket. Here is the live demo.

Visit my blog, Timonwa's Notes, for awesome technical content like articles, code snippets, tech goodies, community projects, and more.

Summary

Animate CSS Grid allows you to transition your CSS Grid from one state to another conveniently. If your grid's content changes or one of its children is updated with adding or removing a class, the grid will automatically transition to its new configuration.

Breakdown:

  • What is CSS Grid?
  • Is it possible to animate a CSS Grid layout?
  • How does animate-css-grid work?
  • Animate CSS Grid demo
    • Building the project
    • Importing Animate CSS Grid and wrapping the container
    • Configuring Animate CSS Grid by passing an object

Please give this repo a ⭐ if it was helpful to you.

short clip of the css grid animation