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 ```