前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >jQuery实现让博客桃花飘落

jQuery实现让博客桃花飘落

作者头像
佛系豪豪吖
发布2023-02-23 16:54:08
2210
发布2023-02-23 16:54:08
举报
文章被收录于专栏:智慧分享屋

桃花飘落DEMO

代码语言:javascript
复制
<script src="https://files.cnblogs.com/files/quaint/sakuraPlus.js"></script>

爱心飘落DEMO

style样式

代码语言:javascript
复制
<style>
html,body{height: 100%;width: 100%;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{font-size:12px;font-family:'微软雅黑';background:#fff;height: 100%;width: 100%;background-color: #fff;} 
a{color:#2d374b;text-decoration:none} 
a:hover{color:#cd0200;text-decoration:underline} 
em{font-style:normal} 
li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word}
#content { 
	width: 100%;
	height: 100%; 
	top: 0px;
	overflow: hidden; 
	position: absolute; 
}
#snowflake { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
	overflow: hidden; 
}
.snowRoll { 
	position: absolute; 
	opacity: 0; 
	-webkit-animation-name: mysnow; 
	-webkit-animation-duration: 20s; 
	-moz-animation-name: mysnow; 
	-moz-animation-duration: 20s; 
	height: 80px; 
}
@-webkit-keyframes mysnow {  
	0% {
	 bottom: 100%;
	}
	 50% {
	 -webkit-transform: rotate(1080deg);
	}
	 100% {
	 -webkit-transform: rotate(0deg) translate3d(50px, 50px, 50px);
	}
}
@-moz-keyframes mysnow {  
	0% {
	 bottom: 100%;
	}
	 50% {
	 -moz-transform: rotate(1080deg);
	}
	 100% {
	 -moz-transform: rotate(0deg) translate3d(50px, 50px, 50px);
	}
}
</style>

引入JS

https://foxihaohao.com/Aziyuan/taohua/js/jquery.transit.js

https://foxihaohao.com/Aziyuan/taohua/js/jquery.xuehua.js

引入images

代码语言:javascript
复制
https://foxihaohao.com/Aziyuan/taohua/images/icon_petal_1.png
https://foxihaohao.com/Aziyuan/taohua/images/icon_petal_2.png
https://foxihaohao.com/Aziyuan/taohua/images/icon_petal_3.png
https://foxihaohao.com/Aziyuan/taohua/images/icon_petal_4.png
https://foxihaohao.com/Aziyuan/taohua/images/icon_petal_5.png
https://foxihaohao.com/Aziyuan/taohua/images/icon_petal_6.png
https://foxihaohao.com/Aziyuan/taohua/images/icon_petal_7.png
https://foxihaohao.com/Aziyuan/taohua/images/icon_petal_8.png
https://foxihaohao.com/Aziyuan/taohua/images/icon_petal_9.png

→点这里看效果(爱心DEMO)←

预览jQuery实现让博客❥(^_-)飘落

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022-01-17,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 桃花飘落DEMO
  • 爱心飘落DEMO
  • style样式
  • 引入JS
  • 引入images
  • →点这里看效果(爱心DEMO)←
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档