“简单双栏”自定义网页加载特效教程
1年前
“简单双栏”自定义网页加载特效教程
var _LoadingHtml = '<div class="loading"><div class="pic"><i></i><i></i><i></i><i></i><i></i></div></div>';document.write(_LoadingHtml);document.onreadystatechange = completeLoading;function completeLoading() {if (document.readyState == "complete") {var loadingMask = document.getElementsByClassName('loading')[0];loadingMask.style.display = 'none';}}
阿度
1年前 . LV.2
我本来想提这个小建议的,发现主题不知道哪里没优化好,进入网站都会比别的主题慢一丢丢。想不到你现在找到原因已经解决了。
寻梦xunm
1年前 . LV.0
@阿度
哎
阿度
1年前 . LV.2
大佬,能不能截个图。看看。
寻梦xunm
1年前 . LV.0
@阿度
新版本就是把内置的网页加载特效注释掉了(主要是网站如果有链接挂了会移植进行加载特效,非常影响正常预览),需要的话可以把这段代码添加到模板设置中的"自定义脚部"