Fullpage continuous scrolling has a waiting time, how to make this waiting time shorter?

1. It can be used normally with fullpage.js,. However, after each scroll, you have to wait a while before the next scroll. It"s hard to scroll to the place you want quickly. Is there any way to make the waiting time very short?
as fast as http://demo.cssmoban.com/csst.? My current fullpage.js scrolls continuously (desperately scrolling in one direction), and it takes a long time to wait. Like the mobile version of http://eumlab.com/-sharppress, it takes a long time to wait.

Apr.01,2021

its creation method has an option option, in which the scrollingSpeed can control the speed, the default is 700, you can turn it down.

new fullpage('-sharpfullpage', {
    scrollingSpeed: 300
});
Menu