學會偷懶,并懶出境界是提高工作效率最有效的方法!
Ctrl + D 收藏我吧~
28種CSS3炫酷loading頁面加載動畫特效代碼,兼容主流瀏覽器,懶人圖庫推薦下載!
使用方法:
1、在head區域引入樣式表文件demo.css和loaders.css
2、在你的網頁中加入<!-- 代碼 開始 --><!-- 代碼 結束 -->注釋區域代碼即可
3、末尾調用JS代碼:<script>
document.addEventListener('DOMContentLoaded', function () {
document.querySelector('main').className += 'loaded';
});
</script>