Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bramus/infinity
UITableViews for the web.
https://github.com/bramus/infinity
Last synced: 3 days ago
JSON representation
UITableViews for the web.
- Host: GitHub
- URL: https://github.com/bramus/infinity
- Owner: bramus
- License: other
- Created: 2016-02-11T13:30:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T12:23:08.000Z (over 8 years ago)
- Last Synced: 2024-11-08T07:42:40.522Z (about 2 months ago)
- Language: HTML
- Homepage: http://airbnb.io/infinity/
- Size: 464 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
__ __ __ ______ __ __ __ __ ______ __ __
/\ \ /\ "-.\ \ /\ ___\ /\ \ /\ "-.\ \ /\ \ /\__ _\ /\ \_\ \
\ \ \ \ \ \-. \ \ \ __\ \ \ \ \ \ \-. \ \ \ \ \/_/\ \/ \ \____ \
\ \_\ \ \_\\"\_\ \ \_\ \ \_\ \ \_\\"\_\ \ \_\ \ \_\ \/\_____\
\/_/ \/_/ \/_/ \/_/ \/_/ \/_/ \/_/ \/_/ \/_/ \/_____/
```Infinity.js is a UITableView for the web: it speeds up scrolling through long
lists and keeps your infinite feeds smooth and stable for your users.The original work on Infinity.js was done by the folks over at Airbnb ([repo](https://github.com/airbnb/infinity))
This is a modified version which:
- Allows prerendered content/elements to be contained in the list
- Triggers `beginReached` and `endReached` events when scrolling a list
- Supports horizontal scrolling
- Works on elements that overflow (not just ``)
- Supports filtering
- ...Additionally a few demos to get you started more easily are provided.
For more information:
[http://airbnb.io/infinity/](http://airbnb.io/infinity/)