brunjo / rowGrid.js

A small, lightweight JavaScript plugin for placing items in straight rows (jQuery and vanilla JS version) – Demo:
http://brunjo.github.io/rowGrid.js/
MIT License
670 stars 78 forks source link

Forward and backward infinite scroll #18

Closed rafis closed 9 years ago

rafis commented 9 years ago

Does this plugin support backward infinite scroll? For example, start offset 100 and scroll backward until offset 0.

brunjo commented 9 years ago

I'm not quite sure how you want to implement backward scrolling but I think it is not possible without modifications on rowGrid.js.