css3動畫效果

來源:互聯網
上載者:User

標籤:暫停   war   state   tin   css3   rect   key   sla   mod   

添加動畫效果:

1 animation-name:指定動畫名稱2.animation-duration:設定動畫的總耗時3.animation-duration:設定的動畫的播放次數,預設為1次,可以指定具體的數值,也可以指定infinite(無限次)4.animation-direction:alternate :社會交替動畫   alternate來回交替5.animation-delay:2s 這是動畫的延遲 設定動畫結束時的狀態:預設情況下,動畫執行完畢之後,會回到原始狀態animation-fill-mode:both  || forwards || backwardsforwards:會保留動畫結束時的狀態,在有延遲的情況下,並不會立刻進行到動畫的初始狀態backwards:不會保留動畫結束時的狀態,在添加了動畫延遲的前提下,如果動畫有初始狀態,name會立刻進行到初始狀態both:會保留動畫的結束時狀態,在有延遲的情況下也會立刻進入到動畫的初始狀態animation-tining-function:linear    勻速的   動畫的事件函數animation-play-state:running  || paused          播放 || 暫停建立動畫 @keyframes  dong(動畫名字) {    0%{ transform:translate( )  ....... }   ||  from相當於0%    50%{        }    。。。。。    100%{    }    ||   to{    }  to相當於100% }

 

 

css3動畫效果

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.