Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have trouble with using normal scroll sections before auto scrolling sections. #4497

Closed
MasterDev333 opened this issue Dec 12, 2022 · 1 comment

Comments

@MasterDev333
Copy link

MasterDev333 commented Dec 12, 2022

Hi, thanks for creating such a great plugin.
I really love to use this but I have trouble with using normalScrollElements.
image
As you can see, above screenshot first section has scrollable-content and it has 3 subsections.

Here's my javascript code for Fullpage

new fullpage("#fullpage", {
      licenseKey: 'xxx',
      navigation: false,
      scrollBar: true,
      scrollingSpeed: 1000,
      scrollOverflow: true,
      sectionSelector: 'section',
      normalScrollElements: '.scrollable-content',
      credits: false,
      responsiveWidth: 800
    });

I tried to made normal scrolling elements from this example. https://codepen.io/alvarotrigo/pen/RmVazM

@alvarotrigo
Copy link
Owner

So what's the problem?
Can you please provide a codepen where we can reproduce the issue for further investigation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants