涛哥网站落叶特效

本文最后更新于2022.05.14-17:28,某些文章具有时效性,若有错误或已失效,请在下方留言或联系涛哥

效果图

代码

<!--网站飘落特效-->
<script src="/wp-content/themes/CorePress-Pro/static/js/jquery.min.js"></script>
<script src="https://aliyun.ccswust.org/1/js/luoye.js"> </script>
<script type="text/javascript">jQuery(document).ready(function($){
$('body').wpSuperSnow({
flakes: ['https://aliyun.ccswust.org/1/img/007.png ' ,'https://aliyun.ccswust.org/1/img/006.png','https://aliyun.ccswust.org/1/img/004.png','https://aliyun.ccswust.org/1/img/002.png','https://aliyun.ccswust.org/1/img/001.png','https://aliyun.ccswust.org/1/img/003.png','https://aliyun.ccswust.org/1/img/002.png','https://aliyun.ccswust.org/1/img/001.png'],
totalFlakes: '290',
zIndex: '999999',
maxSize: '30',
maxDuration: '50',
useFlakeTrans: false
});
});</script>

 

阅读剩余
THE END