cache-loading
v1.0.4
Published
An independent cache effect JS plug-in
Readme
cache-loading
timeToHide:1200, //Time in milliseconds for fakeLoader disappear 你的loading需要显示的时间
zIndex:999, // Default zIndex z-index层
spinner:"loading1",//Options: 'loading1', 'loading2', 'loading3', 'loading4', 'loading5', 'loading6',......, 'loading48' 共48种特效
bgColor:"#2ecc71", //Hex, RGB or RGBA colors 遮罩背景颜色
imagePath:"yourPath/customizedImage.gif" //你的gif图片路径 可选
});
</script>; timeToHide:1200, //Time in milliseconds for fakeLoader disappear
zIndex:999, // Default zIndex
spinner:"loading1",//Options: 'loading1', 'loading2', 'loading3', 'loading4', 'loading5', 'loading6',......, 'loading48'
bgColor:"#2ecc71", //Hex, RGB or RGBA colors
imagePath:"yourPath/customizedImage.gif" //If you want can you insert your custom image
});
</script>