欧美一区二区三区性视频_婷婷综合另类小说色区_亚洲av乱码一区二区三区林ゆな_天堂在线资源中文在线8_久久这里只有精品首页

當(dāng)前位置: 首頁(yè) > 網(wǎng)站開(kāi)發(fā) > 正文

CSS3無(wú)限旋轉(zhuǎn)動(dòng)畫(huà)代碼

妙網(wǎng)小編 發(fā)表于2017年3月21日 14:48

直接上代碼:可以實(shí)現(xiàn)初始就直接開(kāi)始360度無(wú)限旋轉(zhuǎn)。

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>圖片循環(huán)旋轉(zhuǎn)</title>
<style>
*{margin: 0; padding: 0;}
.ta_c{text-align: center;
margin-top: 100px;}
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}

.Rotation{
-webkit-transform: rotate(360deg);
animation: rotation 3s linear infinite;
-moz-animation: rotation 3s linear infinite;
-webkit-animation: rotation 3s linear infinite;
-o-animation: rotation 3s linear infinite;
}
.img{border-radius: 250px;}
</style>
</head>
<body>
<div class="ta_c">
<img class="Rotation img" src="img/01.png" width="500" height="500"/>
</div>
</body>
</html>

本文標(biāo)簽: 網(wǎng)站制作網(wǎng)站建設(shè)網(wǎng)站設(shè)計(jì)HTML
本文標(biāo)題: CSS3無(wú)限旋轉(zhuǎn)動(dòng)畫(huà)代碼
本文鏈接: http://www.parrion.com.cn/m/?post=656

隨機(jī)文章推薦 收藏本文

共有5600閱 / 0評(píng)我要評(píng)論
  1. 還沒(méi)有評(píng)論呢,快搶沙發(fā)~

發(fā)表你的評(píng)論吧返回頂部

!評(píng)論內(nèi)容需包含中文

請(qǐng)勾選本項(xiàng)再提交評(píng)論