Answer the question
In order to leave comments, you need to log in
Fullpage.js and Swiper scrolling on a website?
I am using fullpage js for scrolling on a website, I have 5 sections in total. On the second section (skills) swiper is implemented and also with horizontal scrolling on the mouse wheel.
direction: 'horizontal',
slidesPerView: 3,
slidesPerGroup: 3,
sensitivity: 1,
spaceBetween: 100,
mousewheel: {
invert: false,
releaseOnEdges:true,
}, //колесика мыши
autoHeight: true,
roundLengths: true,
scrollOverflow: false,
v2compatible: false,
scrollBar: true,
paddingTop: 10,
// normalScrollElements:'.skills',
on:{
reachEnd: function () {
setTimeout(function () {
$.fn.fullpage.setAllowScrolling(true);
},1000)
}
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question