Fullpage.js Slides down till end

Hi guys. I’m trying to add simple fullpage.js to the design. but it slides from first div to last div but there are other divs between. I didn’t understand why. Can you look at this?

https://preview.webflow.com/preview/polymer-connected?preview=85347ad9d1be88685a3824b4a479dbaf

http://polymer-connected.webflow.io/

Thank’s a lot!

Your sections must have a specific class that the JS is using to target them. By default it’s “section” or “fullpage”, depends of the version of the JS you’re linking to.

Ah thanks @vincent. I dont know i took this js from webflow forum: Fullpage.js step by step set up - #2 by EvanJones

and i followed this link but it didn’t work. I don’t really know which version js is this :confused:

OK

Read the post again, you need to respect the structure of divs and classes

a main div with ID fullpage
and INSIDE of it, a series of divs with a CLASS “section”

Yes this is what exacly what i did. do i need to give a name to main div? i use it default but ID name of it is “fullpage” and the class names of series are “section” it slides till the end :frowning:

I tried to do same thing here in new page and i still have the same problem:

http://flat-surface-shader-test.webflow.io/

okay i added this js to github then it’s fixed. Thanks

if you need it, there is a working clonable site available.

https://webflow.com/website/typed-js

Thanks @Dogukan_Uzak. i will try and let you know.

How did you manage to disable this js on mobile?

thanks