You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to show the progress bar if the page loads in under n milliseconds, seems unnecessary for pages that load very very fast (which is most of the time).
The text was updated successfully, but these errors were encountered:
Anything below ~ 500 ms does not need an indicator from a user's perspective.
Always showing the progress indicator in fact deteriorates user experience for fast page loads, because it is a rather distracting flash.
rstacruz/nprogress#169
I don't want to show the progress bar if the page loads in under
n
milliseconds, seems unnecessary for pages that load very very fast (which is most of the time).The text was updated successfully, but these errors were encountered: