Fullpage.js: Smooth scrolling inside section

Created on 17 May 2017  路  4Comments  路  Source: alvarotrigo/fullPage.js

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

question

Most helpful comment

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.

All 4 comments

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.

Here's another topic.

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 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vanloc0301 picture vanloc0301  路  5Comments

kacho picture kacho  路  3Comments

sloyer picture sloyer  路  3Comments

piaomiao picture piaomiao  路  5Comments

meceware picture meceware  路  3Comments