# TileScroll **Repository Path**: mirrors_codrops/TileScroll ## Basic Information - **Project Name**: TileScroll - **Description**: Scroll animations for image grids using Locomotive Scroll - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-16 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Image Tiles Scroll Animation Scroll animations for image grids using [Locomotive Scroll](https://locomotivemtl.github.io/locomotive-scroll/). ![Tile Scroll](https://tympanus.net/codrops/wp-content/uploads/2020/10/ScrollAnimationLocomotive.jpg) [Article on Codrops](https://tympanus.net/codrops/?p=51396) [Demo](http://tympanus.net/Development/TileScroll/) ## Installation Install dependencies: ``` npm install ``` Compile the code for development and start a local server: ``` npm start ``` Create the build: ``` npm run build ``` ## Credits - [Locomotive Scroll](https://locomotivemtl.github.io/locomotive-scroll/) - Images from [Unsplash](http://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)