Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Custom scroll bar #35

Open
pareeohnos opened this issue Apr 25, 2013 · 2 comments
Open

Custom scroll bar #35

pareeohnos opened this issue Apr 25, 2013 · 2 comments

Comments

@pareeohnos
Copy link

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?

@pvalentim
Copy link

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()

A bit hacky but will do the trick.

@pareeohnos
Copy link
Author

Alright thanks. Will give that a go when I next use it :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants