# LinesToLayout **Repository Path**: mirrors_codrops/LinesToLayout ## Basic Information - **Project Name**: LinesToLayout - **Description**: A simple layout switch example where we go from a typography row view with inline images to a large image preview with more content. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-06 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lines to Content Layout Animation A simple layout switch example where we go from a typography row view with inline images to a large image preview with more content. ![Image](https://tympanus.net/codrops/wp-content/uploads/2022/04/lines2layout_featured.jpg) [Article on Codrops](https://tympanus.net/codrops/?p=60052) [Demo](http://tympanus.net/Development/LinesToLayout/) ## 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)