smartscroll icon indicating copy to clipboard operation
smartscroll copied to clipboard

Glitchy behaviour in Safari

Open karneaud opened this issue 8 years ago • 4 comments

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

karneaud avatar Oct 18 '16 22:10 karneaud

Plugin feels very glithy in firefox asswell.

johant87 avatar Feb 10 '17 10:02 johant87

@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.

d4nyll avatar Feb 10 '17 16:02 d4nyll

plugin is glitchy in chrome as well. https://d4nyll.github.io/smartscroll/#scrollbar on this page.

baranelitez avatar Apr 04 '19 17:04 baranelitez

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

mrkaluzny avatar Aug 13 '20 14:08 mrkaluzny