alvarotrigo / react-fullpage

Official React.js wrapper for fullPage.js https://alvarotrigo.com/react-fullpage/
GNU General Public License v3.0
1.29k stars 178 forks source link

can i use more than one extensions at once? #287

Closed ouyangke584 closed 2 years ago

ouyangke584 commented 2 years ago

Description

Link to isolated reproduction with no external CSS / JS

[Ideally in codesandbox.io, links to personal websites won't be reviewed unless isolated. Reported issues without a reproduction might get closed.]

Steps to reproduce it

  1. [First step]
  2. [Second step]
  3. [and so on...]

Versions

[Browser, operating system, device, ...]

alvarotrigo commented 2 years ago

Sure you can :)

Which ones you want to use together?

Some extensions like Drag And Move or Parallax are not compatible with all options or between them. You will be able to see this information on the demo page of each of them.

image

ouyangke584 commented 2 years ago

thanks a lot, I figured it out.