#169·nprogress

Feature request: delay option

Author: fridaysCreated Feb 20, 2017Updated Jan 11, 2024

It would be nice to have a delay option, which will only show the progress bar if .done was not already called within the delay time:

javascript
NProgress.configure({delay: 80}) // Only show if not done within 80ms