https://github.com/raphamorim/inphinity
A infinity scroll without jQuery or other dependency.
https://github.com/raphamorim/inphinity
Last synced: 10 months ago
JSON representation
A infinity scroll without jQuery or other dependency.
- Host: GitHub
- URL: https://github.com/raphamorim/inphinity
- Owner: raphamorim
- Created: 2015-08-07T22:14:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T19:44:38.000Z (over 10 years ago)
- Last Synced: 2025-08-07T05:26:17.440Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 45
- Watchers: 5
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Inphinity
> Infinity Scroll without [jQuery](https://jquery.com/) or other dependency.
Inphinity was made to Jekyll static blogs, Drupal and Wordpress sites/blogs.
##### Who is using this?
- [My personal blog](http://raphamorim.com/blog)
- [Free Time](http://free-time.github.io/)
## How to use?
#### Getting
First at all, get Inphinity using [Download Option](https://github.com/raphamorim/inphinity/archive/master.zip) or via bower. To get using [Bower](http://bower.io) just run this command
```sh
bower install inphinity
```
Add the source before body tag end:
```html