logo show menu button

Open Source --> busy-js

Animated Loader Demo

Example Usage

busy.start('fetching dinner', 30, true);    // modal spinner with 30 second timeout

window.setTimeout( function () {
   busy.stop('fetching dinner')            // stop spinner after 10 seconds
}, 10000);