rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.99k stars 1.81k forks source link

is it possible to use the underline function of nprogress with something else ? #151

Closed ctf0 closed 7 years ago

ctf0 commented 7 years ago

like use it with http://franverona.com/loadgo/#how ?

basicly what am after is to use something like

$('#logo').loadgo('setprogress', NProgress.progress.start());

if (NProgress.progress.done()){
    $('#logo').loadgo('stop');
}