pace
pace copied to clipboard
Automatically add a progress bar to your site.
How do I change window.paceOptions after first execution? My reason behind this is because I run one animation for document load, then another for ajax requests from there on out.
Extending XMLHttpRequest makes it incompatible with libraries which use XMLHttpRequest.OPENED value to check ajax state
Hi, I'm trying to make the progress-bar load from right-to-left. tried to simply change that with css transform rotate-y(180deg), and since I'm using Angular tried to add [dir]="'rtl'" in the...
Is it possible to show the progress animation after a submit button is click?
I'm not sure if this is the best place to report this. I've a rails testing application I was using to learn about websockets using ActionCable. It was not working...
Hi, I'm not sure what is going on in pace, but in [zone.js](https://github.com/angular/zone.js) there is a function [canPatchViaPropertyDescriptor](https://github.com/angular/zone.js/blob/master/lib/browser/property-descriptor.ts#L55), which basically does the same as the following test-snippet for the console:...
When refreshing a page via a top-level document.write(), I get the following warning in Chrome Developer Tools: `Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects...
Pace.js, dont detect axios call on vuejs 2.0
Tested with chrome and Pace 1.0.2: - Set a breakpoint in the constructor of AjaxMonitor and watch getIntercept().bindings - load a simple html page with Pace on it - call...
i would like to be able to manually start/stop showing the loading animation on a div and manually pass in 'percentage'. it seems currently everything is only handled automagically