rstacruz / nprogress

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

Question: go back to 0.0 without starting again. #189

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi, is it possible to revert the progressbar to 0% without restarting it? I tried with .set(0.0) but as the docs stated this is the same as .start(). I wonder if it's possible with the existing code before making changes. thanks!