https://github.com/codrops/tilescroll
Scroll animations for image grids using Locomotive Scroll
https://github.com/codrops/tilescroll
Last synced: 17 days ago
JSON representation
Scroll animations for image grids using Locomotive Scroll
- Host: GitHub
- URL: https://github.com/codrops/tilescroll
- Owner: codrops
- License: mit
- Created: 2020-10-14T17:28:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-14T17:29:20.000Z (over 5 years ago)
- Last Synced: 2025-07-06T11:48:10.218Z (8 months ago)
- Language: HTML
- Size: 3.62 MB
- Stars: 224
- Watchers: 8
- Forks: 73
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Tiles Scroll Animation
Scroll animations for image grids using [Locomotive Scroll](https://locomotivemtl.github.io/locomotive-scroll/).

[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)