亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

animation-direction屬性如何使用

發布時間:2020-09-25 14:33:16 來源:億速云 閱讀:217 作者:小新 欄目:web開發

這篇文章給大家分享的是有關animation-direction屬性如何使用的內容。小編覺得挺實用的,因此分享給大家做個參考。一起跟隨小編過來看看吧。

animation-direction屬性是用來定義是否應該輪流反向播放動畫的;當動畫播放次數超過一次時,我們就可以通過設置animation-direction的值為alternate來實現動畫輪流反向播放。

CSS3  animation-direction屬性

作用:定義是否應該輪流反向播放動畫。

語法:

animation-direction: normal|alternate;

normal:默認值。動畫應該正常播放。

alternate:動畫應該輪流反向播放。

說明: 如果 animation-direction 值是 "alternate",則動畫會在奇數次數(1、3、5 等等)正常播放,而在偶數次數(2、4、6 等等)向后播放。

注:如果把動畫設置為只播放一次,則該屬性沒有效果。

CSS3  animation-direction屬性的使用示例

<!DOCTYPE html>
<html>
<head>
<style> 
div
{
width:100px;
height:100px;
background:red;
position:relative;
animation:myfirst 5s infinite;
animation-direction:alternate;

/* Safari and Chrome */
-webkit-animation:myfirst 5s infinite;
-webkit-animation-direction:alternate;
}

@keyframes myfirst
{
0%   {background:red; left:0px; top:0px;}
25%  {background:yellow; left:200px; top:0px;}
50%  {background:blue; left:200px; top:200px;}
75%  {background:green; left:0px; top:200px;}
100% {background:red; left:0px; top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {background:red; left:0px; top:0px;}
25%  {background:yellow; left:200px; top:0px;}
50%  {background:blue; left:200px; top:200px;}
75%  {background:green; left:0px; top:200px;}
100% {background:red; left:0px; top:0px;}
}
</style>
</head>
<body>

<div></div>

</body>
</html>

效果圖:

animation-direction屬性如何使用

感謝各位的閱讀!關于animation-direction屬性如何使用就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細節

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

AI

上虞市| 巴林右旗| 云阳县| 龙泉市| 曲靖市| 鹿邑县| 南江县| 遂昌县| 抚州市| 彰武县| 深圳市| 民和| 漾濞| 察雅县| 利辛县| 长垣县| 鲜城| 平山县| 诏安县| 名山县| 曲麻莱县| 宁陕县| 庄浪县| 静宁县| 基隆市| 雷波县| 德令哈市| 兴安县| 定日县| 蒲城县| 闵行区| 图片| 定西市| 长汀县| 昌乐县| 宜州市| 宽甸| 靖西县| 永清县| 鹤山市| 伽师县|