I am using pace.js
plugin, it works fine but I want that the progress bar will show for longer time, mean to increase the loading time, so user will see the loading screen for long time, by default it run fast.
I will also look at these options but can't understand where to add the code for increasing the loading time.
I try this code,
window.paceOptions={
initialRate:0.7,
minTime:1750,
maxProgressPerFrame:1,
ghostTime: 120000
}
but it will not working.