smartscroll
smartscroll copied to clipboard
Glitchy behaviour in Safari
I'm using MacOSX Yosemite running Safari 9.xx and I'm noticing some slight "flickering" when scrolling to the "last section" with a hybrid scroll implementation
You can see a demo below at
http://clients.kendallarneaud.me/evolve/corbin/culture.html
Not sure if this is a possibly related to https://github.com/d4nyll/smartscroll/issues/2
But just mentioning it
Plugin feels very glithy in firefox asswell.
@johant87 @karneaud Would it be possible for you to take a screenshot of the glitchy-ness? It'll be much easier to figure out the issue for me.
plugin is glitchy in chrome as well. https://d4nyll.github.io/smartscroll/#scrollbar on this page.
I think it has to do with multiple scrolls events being launched. @d4nyll I think debouncing to events trigger would work. The same is true about triggering multiple slides, it should be limited to 1 per scroll action