Federico Ferrari
Federico Ferrari
Have you tried to use pace-options paceOptions={ghostTime: 800}? ghostTime should configure the minimum time the bar or percentage will sit at 100% before disappearing.
Can it be as easy as this? ``` /** * Applying normalScroll elements. * Ignoring the scrolls over the specified selectors. */ if(options.normalScrollElements){ $document.on('mouseenter', options.normalScrollElements, function () { setMouseWheelScrolling(false); setKeyboardScrolling(false);...