pace icon indicating copy to clipboard operation
pace copied to clipboard

Automatically add a progress bar to your site.

Results 109 pace issues
Sort by recently updated
recently updated
newest added

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...

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. ![screenshot_7](https://user-images.githubusercontent.com/1273033/47603851-af034780-da1b-11e8-89dd-c255fa90f6b8.png)

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?