91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

純CSS動畫打造~會動的小球

發布時間:2020-07-02 21:12:23 來源:網絡 閱讀:698 作者:狐貍菌 欄目:web開發

會動的小球,設計html,css知識點,另外動畫是完全用css做的,很簡單便捷哦~這只是一個小小的案例 ,以后為大家提供更多的案例!!純CSS動畫打造~會動的小球
會動的小球
<!DOCTYPE html>


**<html>

<head>
<meta charset="UTF-8">
<title>CSS3 loading圖標</title>
<link rel="stylesheet" href="css/loading.css" />
</head>
<body>
<div id="loading-3">
<span class="item item-1"></span>
<span class="item item-2"></span>
</div>
</body>

</html>
```**``
css部分:
div#loading-3{
position: relative;
width: 160px;
height: 80px;
margin: 100px auto;
}
div#loading-3 span.item{
display: block;
position: absolute;
top: 25px;
width: 30px;
height: 30px;
border-radius: 50%;
animation-duration: 1.2s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;
}
div#loading-3 span.item.item-1{
left: 25px;
background-color: #2ecc71;
animation-name: loading_green;
}
div#loading-3 span.item.item-2{
right: 25px;
background-color: #e74c3c;
animation-name: loading_red;
}
@keyframes loading_green{
0%{
left: 25px;
width: 30px;
height: 30px;
background-color: #2ecc71;
}
50%{
left: 100px;
width: 40px;
height: 40px;
background-color: #9b59b6;
}
100%{
left: 25px;
width: 30px;
height: 30px;
background-color: #e74c3c;
}
}
@keyframes loading_red{
0%{
right: 25px;
width: 30px;
height: 30px;
background-color: #e74c3c;
}
50%{
right: 100px;
width: 40px;
height: 40px;
background-color: #9b59b6;
}
100%{
right: 25px;
width: 30px;
height: 30px;
background-color: #2ecc71;
}
}
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

都匀市| 太谷县| 彩票| 蒙自县| 八宿县| 中超| 扶绥县| 南江县| 东至县| 通化县| 江达县| 昌吉市| 潍坊市| 民和| 炉霍县| 神池县| 上高县| 日喀则市| 博野县| 来凤县| 息烽县| 区。| 长阳| 龙泉市| 宜君县| 高雄县| 错那县| 洛浦县| 深水埗区| 榆林市| 汉阴县| 特克斯县| 东乌珠穆沁旗| 比如县| 当阳市| 舞钢市| 辉南县| 左贡县| 安泽县| 三台县| 出国|