Hi,
please,
when I scroll with mouse scroller, there is "chopped" scroll, but when I drag&drop with mouse there is smooth motion.
https://alvarotrigo.com/fullPage/examples/scrolling.html
Is there a possibility to smooth scroll with mouse scroller?
For example, like here http://kupnisila.cz/platove-tridy-tabulky/
TY for your reply
Pepi
You would have to check the iScroll.js docs for it as the scrollOverflow feature makes use of iScroll.js.
I haven't seen any obvious option for it. In fact there's people reporting the same in its issues forum.
Hi, @pepi3! Did you achieve smooth scrolling inside slide section?
For me I was using scrolloverflow and it had chopped scrolling, I used this to workaround that,
.fp-scroller {
transition-duration: 500ms !important;
}
Please tell me if there's any disadvantage using this.
Please tell me if there's any disadvantage using this.
Never tried myself! If it works well for you, then I guess it is fine :)
Most helpful comment
For me I was using scrolloverflow and it had chopped scrolling, I used this to workaround that,
Please tell me if there's any disadvantage using this.