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

溫馨提示×

溫馨提示×

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

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

動畫-animation

發布時間:2020-07-26 08:18:28 來源:網絡 閱讀:269 作者:Hello_Prudence 欄目:開發技術

動畫

=====================================================================================

1.@keyframes規則


2.animation屬性


Webkit內核的瀏覽器(Safari,chrome)需要加-webit-前綴。


持續時間

animation-duration

-webkit-animation-duration


時間函數

animation-timing-function

-webkit-animation-timing-function


延遲時間

animation-delay

-webkit-animation-delay


動畫執行次數

animation-iteration-count: count / infinite(無限次)

-webkit-animation-iteration-count:


動畫播放方向

animation-direction: normal / reverse /alternate / alternate-reverse

                           //正常 / 反向 / 第一次正常第二次反向 / 第一次反向第二次正常

-webkit-animation-direction:


動畫播放前后的狀態

animation-fill-mode: none / backwards / forwards /both

  // 默認值 / 設置播放之前的元素狀態和第一個關鍵幀相同 / 播放后的

                                                                  狀態和最后一個關鍵幀相同

-webkit-animation-fill-mode:


控制動畫運行或暫停

animation-play-state: running / paused

-webkit-animation-play-state  


*****************************************************************************************

所有和animation相關的樣式都可以寫在animation屬性內:

    但 1. 至少要有animation-name 和 animation-duration

       2. animation-duration在animation-delay之前


     div{
            height:100px;
            width:100px;
            background: url(p_w_picpaths/ball.png);
            background-size:99.5%;
            animation:myball_1 6s linear infinite alternate, myball_2 6s linear infinite;
            -webkit-animation:myball_1 6s linear infinite alternate, myball_2 6s linear infinite;
            animation-play-state:running;
            -webkit-animation-play-state:running;
        }
        div:hover{
            animation-play-state:paused;
            -webkit-animation-play-state:paused;
        }
        @keyframes myball_1{
            100%{ transform :rotate(360deg);}
        }
        @-webkit-keyframes myball_1{
                    100%{transform:rotate(360deg);}
        }
        @keyframes myball_2{
            0%,50%,100%{ opacity :1;}
            25%,75%{ opacity:0 ;}
        }
        @-webkit-keyframes myball_2{
                    0%,50%,100%{opacity:1;}
                    25%,75%{opacity:0;}
        }


向AI問一下細節

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

AI

阿拉善右旗| 福泉市| 大同市| 历史| 如东县| 长沙市| 湖南省| 团风县| 溆浦县| 达日县| 和田市| 石门县| 浦城县| 资讯| 汉沽区| 渝中区| 平邑县| 云梦县| 辉南县| 射洪县| 大港区| 荣昌县| 宝山区| 新邵县| 南宫市| 玉山县| 阿坝县| 英超| 华亭县| 大城县| 鄂伦春自治旗| 临潭县| 全州县| 米易县| 砚山县| 韩城市| 堆龙德庆县| 碌曲县| 红河县| 渑池县| 辽阳市|