您现在的位置是:网站首页> 编程资料编程资料
逼真的HTML5树叶飘落动画html5结合Canvas实现的树叶飘落动画特效源码HTML5实现的树叶飘落动画特效源码基于HTML5+Webkit实现树叶飘落动画
2023-10-14
449人已围观
简介 这篇文章主要为大家详细介绍了一款逼真的HTML5树叶飘落动画,树叶飘落的动画效果非常真实,树叶都是图片,并非CSS3绘制,感兴趣的小伙伴们可以参考一下
这款HTML5树叶飘落动画是基于webkit内核的,也就是说要在webkit内核的浏览器上才能使用这款动画。

HTML代码
XML/HTML Code复制内容到剪贴板
- <div id="container">
- <div id="leafContainer">div>
- <div id="message">
- <em>这是基于webkit的落叶动画em>
- div>
- div>
CSS代码
CSS Code复制内容到剪贴板
- #container {
- position: relative;
- height: 700px;
- width: 500px;
- margin: 10px auto;
- overflow: hidden;
- border: 4px solid #5C090A;
- background: #4E4226 url('images/backgroundLeaves.jpg') no-repeat top left;
- }
- /* Defines the position and dimensions of the leafContainer div */
- #leafContainer
- {
- position: absolute;
- width: 100%;
- height: 100%;
- }
- /* Defines the appearance, position, and dimensions of the message div */
- #message
- {
- position: absolute;
- top: 160px;
- width: 100%;
- height: 300px;
- background:transparent url('images/textBackground.png') repeat-x center;
- color: #5C090A;
- font-size: 220%;
- font-family: 'Georgia';
- text-align: center;
- padding: 20px 10px;
- -webkit-box-sizing: border-box;
- -webkit-background-size: 100% 100%;
- z-index: 1;
- }
- p {
- margin: 15px;
- }
- a
- {
- color: #5C090A;
- text-decoration: none;
- }
- /* Sets the color of the "Dino's Gardening Service" message */
- em
- {
- font-weight: bold;
- font-style: normal;
- }
- .phone {
- font-size: 150%;
- vertical-align: middle;
- }
相关内容
- 全民英雄装备掉落暮色溶洞全面解析_手机游戏_游戏攻略_
- 全民英雄加好友加豪友过关攻略心得分享_手机游戏_游戏攻略_
- 全民英雄魔钻分配性价比最高方法攻略 全民英雄魔钻怎么合理分配_手机游戏_游戏攻略_
- 全民英雄装备合成攻略 全民英雄装备用途说明_手机游戏_游戏攻略_
- 骷髅王子救公主 第1-1关 图文攻略_手机游戏_游戏攻略_
- 疯狂猜成语 京剧戏台和两个紫色矮人 答案是什么成语_手机游戏_游戏攻略_
- 我叫MT 平民玩家怎么过精英计算者格米拉心得经验_手机游戏_游戏攻略_
- 全民英雄凤凰卡牌怎么样 凤凰卡牌属性技能解析_手机游戏_游戏攻略_
- 百万亚瑟王 无氪金向12卡组配卡心得经验分享_手机游戏_游戏攻略_
- 神魔之塔4.0第七封印关卡资料及boss详细介绍_手机游戏_游戏攻略_
点击排行
本栏推荐
