Infinite scrolling gives the ability to dynamically load additional content as you scroll down the page.
For our content we will be using images loaded from the Unsplash API.
View Infinite Scroll Demo
- Open your terminal and change the current working directory to the location where you want the cloned directory to be made.
$ cd path/to/your/folder/infinite-scroll/
- Clone repository by typing the following in your terminal:
$ git clone git@github.com:WPBC/infinite-scroll.git
- Open the index file to view Infinite Scroll using the Unsplash API. All done.
This package is released under the MIT license.