Htlm怎么实现鲜花盛开动态图效果

Htlm怎么实现鲜花盛开动态图效果

本篇内容主要讲解“Htlm怎么实现鲜花盛开动态图效果”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Htlm怎么实现鲜花盛开动态图效果”吧!

<!DOCTYPE html>

Htlm怎么实现鲜花盛开动态图效果

<html>

<head>

<meta charset="UTF-8">

<title>CSS3鼠标移入开花移开收起动画特效</title>

<style>

*{margin:0;padding:0;list-style-type:none;}

#box{

width:1000px;

height:550px;

margin:0 auto;

margin-top:50px;

position:relative;

}

.box01,.box02,.box03,.box04,.box05,.box06,.box07,.box08,.box09{

width:300px;

height:300px;

border-radius:300px 0;

background:pink;

opacity:0.6;

position:absolute;

bottom:100px;

left:500px;

transform-origin:0 300px;

transform:rotate(-45deg);

transition:all 8s;

}

#box:hover :nth-child(3){

transform:rotate(-23deg);

}

#box:hover :nth-child(4){

transform:rotate(0deg);

}

#box:hover :nth-child(5){

transform:rotate(23deg);

}

#box:hover :nth-child(6){

transform:rotate(45deg);

}

#box:hover :nth-child(7){

transform:rotate(-68deg);

}

#box:hover :nth-child(8){

transform:rotate(-90deg);

}

#box:hover :nth-child(9){

transform:rotate(-113deg);

}

#box:hover :nth-child(10){

transform:rotate(-135deg);

}

</style>

</head>

<body><script src="/demos/googlegg.js"></script>

<div id="box">

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

</div>

<div style="text-align:center;margin:10px 0; font:normal 14px/24px 'MicroSoft YaHei';">

<p>适用浏览器:360FireFoxChromeOpera、傲游、搜狗、世界之窗. 不支持SafariIE8及以下浏览器。</p>

<p>来源:<a href="http://www.lanrenzhijia.com/" target="_blank">懒人素材</a></p>

</div>

</body>

</html>

到此,相信大家对“Htlm怎么实现鲜花盛开动态图效果”有了更深的了解,不妨来实际操作一番吧!这里是恰卡编程网网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!

发布于 2022-03-13 23:40:08
收藏
分享
海报
0 条评论
33
上一篇:微信小程序仿APP section header悬停效果怎么实现 下一篇:JavaScript怎么实现登录框鼠标拖拽效果
目录

    0 条评论

    本站已关闭游客评论,请登录或者注册后再评论吧~

    忘记密码?

    图形验证码