I am using pace.js to load my website. But i dont want to use pace.js themes. I want to built my theme.
Is there a way that i can get de progress with jquery?
I know only this funciotns:
Pace.on("start", function(){
});
Pace.on("done", function(){
})