lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 578 forks source link

Glitchy scrolling on chrome (Tested On Main Site) - HELP #381

Open HHK01 opened 5 years ago

HHK01 commented 5 years ago

When scrolling to "Options" section in the website demo, the scrolling gets super glitchy and annoying and we're using this plugin on a live site ! Please help !

HHK01 commented 5 years ago

Any help with this please ????

Sambillingham commented 5 years ago

hey @HilalHakla https://github.com/lukehaas/Scrollify/pull/374#issuecomment-487730272 this fixed the glitchy chrome issue for me.

HHK01 commented 5 years ago

Didn't notice much of a difference : (

HHK01 commented 5 years ago

Help........... We have a live site and we can't afford to change libraries...

julienbdx commented 5 years ago

Same here : in Chrome, when trying to go to previous or next section, it takes a long time to process. But everything works fine in Firefox.

I have tryed what @Sambillingham propose, it doesn't solve this issue.

Is anyone having a solution, plz ?

dnl-jst commented 5 years ago

Need a solution too. Or any working alternative for Scrollify?!

havok89 commented 5 years ago

Im also looking for a solution or alternative just now

dnl-jst commented 5 years ago

Not for free, but worked for me like a charm and was easy to replace because the api isn‘t too different.

https://alvarotrigo.com/fullPage/

cliffstudio commented 5 years ago

I'm also getting this problem on a live site and the client is not happy. I also tried @Sambillingham solution but to no avail. Is there going to be any fix for this??

havok89 commented 5 years ago

That fix didn't work for me either. I just had to go with using fullPage plugin linked in the comment above.

This issue has been around for a while now and there hasn't been any mention of it being worked on so may be best bet to switch to a different plugin as it may be a while before it is fixed.

HHK01 commented 5 years ago

Guys you can use fullpage.js is so much cleaner. The problem is that my site is tightly coupled with this library so im stuck for the time being cause it will cost a lot of time migrating to a new lib

rokebrand commented 5 years ago

So what worked for me, is updating to the latest version, and set the offset to 5 or 10, I know it's not ideal, but but fixed the glitchy scrolling

Empreintes commented 5 years ago

Same here on Chrome : 75.0.3770.100 (Build officiel) (64 bits), like @rokebrand i set the offset to 10 and it's fixed the glitch.

Blindeman commented 5 years ago

I had glitchy scrollling in Opera and Chrome on our live site, which was fixed by updating to the newest version of scrollify and adding offset:1 (or 5 or 10, just not 0). Our development site though, did not have this problem. Everything works as it should with scrollify 1.0.18 and without offset in both Chrome and Opera. Different servers, and some minor differences in plugins, they're WordPress sites, that I haven't yet had the time to try out.