See page code to learn more!
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
}
}
});