简体   繁体   中英

FullPage.js Normal scroll with horizontal slider

http://alvarotrigo.com/fullPage/examples/normalScroll.html#secondPage/1

Hi, in this example, is it possible

  • To lose the auto scroll that automatically comes, whenever i reach in between a page?
  • The horizontal slider doesn't work on arrow press/swipe motion.

      $('#fullpage').fullpage({ menu: '#menu', anchors: ['firstPage', 'secondPage', '3rdPage'], sectionsColor: ['#C63D0F', '#1BBC9B', '#7E8F7C'], autoScrolling: false }); 

Here's my fiddle

Thanks.

To lose the auto scroll that automatically comes, whenever i reach in between a page?

Yeah. Use the fullpage.js option fitToSection:false . Demo

The horizontal slider doesn't work on arrow press/swipe motion.

No idea what you mean with arrow motion . Clicking on the arrows work as expected.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM