Fullpage.js: Making navigation inside first slide with css3: true

Created on 10 Mar 2020  路  4Comments  路  Source: alvarotrigo/fullPage.js

Making navigation inside first slide with css3: true

Is it possible to make menu with anchors inside the first slide with css3: true? The thing is, that when css3: false, website starts working extremely slow. But what should I do, if I need menu only inside the first anchor / slide ?

question

Most helpful comment

Or, maybe, can I create four separate links and make them look like its menu?

You can probably do that. Then just use the fullpage_api.moveTo method to link them with sections or slides.

I can place menu outside the fullpage.js wrapper, but do you know how to make it only inside first slide?

You could do that as well, you can hide it using fullpage callbacks or state classes. You can read more about them in the the fullpage.js documentation.

All 4 comments

Why not placing the menu outside the fullpage.js wrapper?
Will it be fixed?

Unfortunately, it has to be only inside the first slide
I can place menu outside the fullpage.js wrapper, but do you know how to make it only inside first slide?
Or, maybe, can I create four separate links and make them look like its menu?

Or, maybe, can I create four separate links and make them look like its menu?

You can probably do that. Then just use the fullpage_api.moveTo method to link them with sections or slides.

I can place menu outside the fullpage.js wrapper, but do you know how to make it only inside first slide?

You could do that as well, you can hide it using fullpage callbacks or state classes. You can read more about them in the the fullpage.js documentation.

Thanks a lot!

Was this page helpful?
0 / 5 - 0 ratings