Reputation: 3298
http://alvarotrigo.com/fullPage/examples/normalScroll.html#secondPage/1
Hi, in this example, is it possible
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.
Upvotes: 4
Views: 1615
Reputation: 41595
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.
Upvotes: 2