jqueryIntroLoader demopage

simpleLoader Animation
exitFx:'slideRight', ease: "easeInOutCirc", style: 'ocean', delayBefore: 1000, exitTime: 500

Back to Demos Index

See page code to learn more!

Animation description

simpleLoader Animation
effect:'slideRight', ease: "easeInOutCirc", style: 'ocean', delayTime: 1000, animationTime: 500

$("#element").introLoader({

    animation: {
        name: 'simpleLoader',
        options: {
            exitFx:'slideRight',
            ease: "easeInOutCirc",
            style: 'ocean',
            delayBefore: 1000, //delay time in milliseconds
            exitTime: 500
        },
        spinJs: {
            lines: 13, // The number of lines to draw
            length: 20, // The length of each line
            radius: 30, // The radius of the inner circle
            width: 10, // The line thickness
            color: '#fff' // #rgb or #rrggbb or array of colors
        }
    }

});