I'm trying to create a progress bar similar to the one on YouTube using the nprogress.js plugin. However, I want the progress to start from the middle of the page, like this:
start | --------------------------------------------> | end
Instead of:
start | emtpyemptyemtpyemtpyempty--------------------> | end
Here is the nprogress website:
And the GitHub repository: https://github.com/rstacruz/nprogress/
Could someone please advise me on how to achieve this? Thank you!