您好,登錄后才能下訂單哦!
本篇內容主要講解“Htlm怎么實現鮮花盛開動態圖效果”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Htlm怎么實現鮮花盛開動態圖效果”吧!
<!DOCTYPE html>
<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>適用瀏覽器:360、FireFox、Chrome、Opera、傲游、搜狗、世界之窗. 不支持Safari、IE8及以下瀏覽器。</p>
<p>來源:<a href="http://www.lanrenzhijia.com/" target="_blank">懶人素材</a></p>
</div>
</body>
</html>
到此,相信大家對“Htlm怎么實現鮮花盛開動態圖效果”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。