lukehaas / Scrollify

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

Scrolling not smooth. #408

Open najeeboffice opened 3 years ago

najeeboffice commented 3 years ago

https://ndbdtankbd6lqqhv-26284064823.shopifypreview.com/

      $.scrollify({
        section : "#MainContent .shopify-section",
        offset : getHeaderHeight,  
        interstitialSection: '#MainContent .shopify-section, #shopify-section-footer',
        updateHash: false,
        setHeights: false,
      });

Can anyone help me fix this jumping or not smooth movement.

For now this layout works on Desktop only.

najeeboffice commented 3 years ago

@lukehaas can you help me please?

emmachuche commented 3 years ago

same problem, i need solution

emmachuche commented 3 years ago

help

l1z0b commented 2 years ago

I have the same problem

p8ul commented 1 year ago

Worked for me after removing bootstrap css/js.

B2rana commented 1 year ago

Worked for me after removing bootstrap css/js.

but this is not a solution. We are facing similar issues and we can't remove the bootstrap 5

KreigD commented 1 week ago

@lukehaas This is still an issue.