0.0.1 • Published 10 years ago

recyclist v0.0.1

Weekly downloads
8
License
-
Repository
github
Last release
10 years ago

Recyclist

Recyclist is a small javascript library for efficient scrolling of lists. Recyclist works by recycling nodes which are off the viewport and re-positioning them with absolute coordinates to avoid reflows.

View example: http://kevingrandon.github.io/recyclist/example/

This is based off of the approach that Robert O'Callahan described here: http://robert.ocallahan.org/2014/02/implementing-virtual-widgets-on-web.html