An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)