# MakeWayGridEffect **Repository Path**: mirrors_codrops/MakeWayGridEffect ## Basic Information - **Project Name**: MakeWayGridEffect - **Description**: A little grid interaction effect where adjoining items make way to a selected one that expands. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-29 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Make Way Grid Effect A little grid interaction effect where adjoining items make way to a selected one that expands. Based on [Alex Frison da Isla's](https://twitter.com/AlexFisla/status/1519701245770047489) concept. ![Image Title](https://tympanus.net/codrops/wp-content/uploads/2022/06/MakeWay_feat.jpg) [Article on Codrops](https://tympanus.net/codrops/?p=63990) [Demo](http://tympanus.net/Development/MakeWayGridEffect/) ## 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)