# MenuToGrid **Repository Path**: mirrors_codrops/MenuToGrid ## Basic Information - **Project Name**: MenuToGrid - **Description**: A simple layout animation where the thumbnails of a menu row animate to their position in a content preview grid using GSAP's Flip plugin. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Menu To Grid Layout Animation A simple layout animation where the thumbnails of a menu row animate to their position in a content preview grid using GSAP's Flip plugin. ![Menu To Grid Layout Animation](https://tympanus.net/codrops/wp-content/uploads/2022/09/MenutoGrid.jpg) [Article on Codrops](https://tympanus.net/codrops/?p=65056) [Demo](http://tympanus.net/Development/MenuToGrid/) ## Installation Install dependencies: ``` npm install ``` Compile the code for development and start a local server: ``` npm start ``` Create the build: ``` npm run build ``` ## Credits - Images from [Unsplash](https://unsplash.com/) ## Misc Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/) ## License [MIT](LICENSE) Made with :blue_heart: by [Codrops](http://www.codrops.com)