You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
Has anyone had any luck implementing this with a custom scroll bar? I want to use something such as the jScrollPane jQuery plugin, but I'm not having any luck whatsoever :(
Does anyone know how I could get it to work with either this plugin or a similar one?
The text was updated successfully, but these errors were encountered:
You'll have to modify inifnity to listen on your custom scrollbar scroll event. Also you'll need to change $window.scrollTop() in the updateStartIndex() function to $yourElement.scrollTop()
Has anyone had any luck implementing this with a custom scroll bar? I want to use something such as the jScrollPane jQuery plugin, but I'm not having any luck whatsoever :(
Does anyone know how I could get it to work with either this plugin or a similar one?
The text was updated successfully, but these errors were encountered: