rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.98k stars 1.81k forks source link

Progress bar lags behind spinner #184

Open johncpalmer opened 6 years ago

johncpalmer commented 6 years ago

I might be doing something wrong, but has anyone else noticed that the when calling NProgress.start() , the spinner appears immediately, while the actual progress bar itself is delayed by a few hundred milliseconds?

My code is something like: NProgress.configure({ minimum: 0.5, trickleSpeed: 100, showSpinner: true }); NProgress.start(); // other code

Talha5 commented 6 years ago

@johncpalmer Did you get to sort it out yet?