Coder Social home page Coder Social logo

Comments (6)

alvarotrigo avatar alvarotrigo commented on June 2, 2024

@mzakzok there can only be a single fullPage.js initialisation on the whole page.
So I'm not sure what you mean by "multiple full pages".

To learn how to use fullPage.js in Webflow you can check this tutorial:
https://alvarotrigo.com/blog/how-to-use-fullpage-in-webflow-create-full-screen-slider/

And these two clonables:

from fullpage.js.

mzakzok avatar mzakzok commented on June 2, 2024

Hi Alvaro
You give a solution for similar question in this post, but i don't know how to implement it
#2720

from fullpage.js.

alvarotrigo avatar alvarotrigo commented on June 2, 2024

As the solution there indicates, you just have to destroy the first instance before you initialise the next.

For example:

// initialise for page 1
new fullpage('#page1', {scrollingSpeed: 700});

// destroy the current instance (can be called on page change, on toggle divs etc)
fullpage_api.destroy('all');

// initialise 2nd instance
new fullpage('#page2', {scrollingSpeed: 5000});

from fullpage.js.

alvarotrigo avatar alvarotrigo commented on June 2, 2024

Here's a demo of the destroy function:
https://codepen.io/alvarotrigo/pen/bdxBzv

from fullpage.js.

mzakzok avatar mzakzok commented on June 2, 2024

I couldn't do it myself, I need you to apply this directly to my website for my specific case, Could you do it , and how much will I pay you?

from fullpage.js.

alvarotrigo avatar alvarotrigo commented on June 2, 2024

I need you to apply this directly to my website for my specific case, Could you do it , and how much will I pay you?

Unfortunately, I don't provide that kind of service.
But I'm sure you'll find someone who does :)
Any web developer should be able to help you with those.

from fullpage.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.