pace
pace copied to clipboard
Automatically add a progress bar to your site.
I love this preloader, but I have added a background image and of course the image doesn't display on initial page load. Is there anyway around this? I would like...
Is there a way to add a delay threshold for all sources, so that a request has to take up to a certain amount of time before it displays the...
not working with rtl themes ```css .pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position:...
I'd like the progress indicator to show when a link is clicked and remain on until the new page appears. To implement this I've tried: `window.onbeforeunload = function(e) { Pace.restart();...
Hi, Im using the latest version of pace.js. I've download the full version of pace and saved in my /js folder. The only adition I made was adding trackMethods to...
https://gyazo.com/4a8209fbc9ed5f2c2cc02c951d75aeeb
Hello I don't know how to start, My Datatables (ajax + POST Request) broken and search becomes duplicates after pressing back button with PACE enabled. 
I have pace.js installed on my blank page and just have it running a get request over and over again and this is what IE is saying is being retained...
I need to get the percent of progress of Pace.js, but how?