jqueryIntroLoader demopage

GifLoader Animation Example

Back to Demos Index

Animation description

This is a simple demo of jqueryIntroLoader using "gifLoader" animation and "bubble" style.

$(document).on('ready', function() {
    $("#element").introLoader({
        animation: {
            name: 'gifLoader',
            options: {
                ease: "easeInOutCirc",
                style: 'dark bubble',
                delayBefore: 500,
                delayAfter: 0,
                exitTime: 300
            }
        }
    });
});