Scrolling inside sections fullpage

Hello, I want to make a fullpage that will scroll and go between sections.
(I’m not good at code)
I’m trying to repeat this effect on the main page: https://fazemodels.com/


Here is my public share link: dkproduction.webflow.io

Here is my site Read-Only: https://preview.webflow.com/preview/dkproduction?utm_medium=preview_link&utm_source=designer&utm_content=dkproduction&preview=ef89e274838be31de443236b3b20feb1&mode=preview

Hi @Aleksey, the “faze” link you provided does not work.

Not sure what you are trying to do for fullpage scroll?

Could you describe or provide another example of what you are wanting to accomplish?

Hello i’m trying to repeat transitions between sections https://drive.google.com/open?id=1t_vQRjO2IMCpIdtjszcdaey-cM1r-SKH

Hi @Aleksey, I still am unable to view what you are trying to do. Please use Loom for your recordings.

Have you tried connecting section IDs to your menus?

Please excuse me for not being able to explain clearly. I know that this effect can be repeated through the fullpage plugin

You would have to first disable fullPage.js autoscrolling on the section in which you want to do that scroll animation.

You can use the function fullpage_api.setAllowScrolling(false).

Then, you would have to listen to the mousewheel event and use those values to fire whatever action you need to fire.

Once the animation is finished, then you’ll have to turn autoScrolling back on.

I’m not an expert on Webflow, but I think this would require you to get your hands dirty with the Javascript code.