rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc

Home Page:http://ricostacruz.com/nprogress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: go back to 0.0 without starting again.

opened this issue · comments

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!