前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >html5页面飘落蒲公英动画特效代码

html5页面飘落蒲公英动画特效代码

作者头像
博客趣
修改2024-01-12 17:16:34
850
修改2024-01-12 17:16:34
举报
文章被收录于专栏:博客趣博客趣

  html5页面飘落蒲公英动画特效代码

代码语言:html
复制
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>超酷炫html5页面飘落蒲公英动画特效</title>
<meta name="description" content="html5超酷炫的页面飘落蒲公英动画,别人都飘雪,咱们开始飘蒲公英啦! " />
<style type="text/css">
body.custom-background {
	background-image:url(?developer/article/2378120/&);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
}
</style>
<script type="text/javascript" src="http://www.bokequ.com/show/demo/jquery.min.js"></script>
</head>
<body class="custom-background">
<div class="snow-container" style="position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100001;"></div>
<script type="text/javascript" src="http://www.bokequ.com/show/demo/all.js"></script>
</body>
</html>

演示效果http://www.bokequ.com/show/demo/

本文系转载,前往查看

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

本文系转载前往查看

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

评论
作者已关闭评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
http://www.vxiaotou.com