lukehaas / Scrollify

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

Scrollify very slow #417

Open SimonaZwb opened 1 year ago

SimonaZwb commented 1 year ago

Hi there hope you're well.

I recently moved my website from Webflow where Scrollify worked really well, to Wordpress where it now feels really buggy. Webflow: https://milk-honey-ldn.webflow.io/

Wordpress: https://milkhoneyldn.com/

Do you know how I could fix this?

Thanks so much in advance, Sim

SimonaZwb commented 1 year ago

Hi @lukehaas would be amazing if you could look into this? understand you're super busy. Thanks in advance,

B2rana commented 1 year ago

We are facing a similar problem. What we have noticed is that in our case if we are using Bootstrap 5 then the animation becomes too slow but without Bootstrap 5 it's working fine. Didn't find any solution till now.

dixonl90 commented 9 months ago

I just came across this issue too, the fix was to disable bootstrap smooth scrolling:

html { scroll-behavior: auto !important; }