A simple ampersand module to be used with any view in need of an infinite scroll element
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
ampersand-infinite-scroll is an Ampersand.js module that provides infinite scroll functionality to any view by binding a function to the scroll event, which triggers a `collection.fetchPage()` request when the user reaches the bottom of the page. It's designed to work seamlessly with the ampersand-pagination-mixin and assumes the associated collection implements a `fetchPage()` method. This module is ideal for developers building Ampersand.js applications that require dynamic, endless scrolling content.