CSS3 animation-play-state 屬性

2022-06-02 14:27 更新

定義和用法

animation-play-state :設(shè)置是否運(yùn)行或暫停動畫。

注釋:您可以在 JavaScript 中使用該屬性,這樣就能在播放過程中暫停動畫。

默認(rèn)值: running
繼承性: no
版本: CSS3
JavaScript 語法: object.style.animationPlayState="paused"

語法

animation-play-state: paused|running;
描述 測試
paused 動畫已暫停。 測試
running 默認(rèn)值, 動畫正在運(yùn)行。 測試

實(shí)例

實(shí)例

暫停動畫:

div
{
animation-play-state:paused;
-webkit-animation-play-state:paused; /* Safari 和 Chrome */
}

嘗試一下 ?

瀏覽器支持

屬性
animation-play-state 43.0
4.0 -webkit-
10.0 16.0
5.0 -moz-
9.0
4.0 -webkit-
30.0
15.0 -webkit-
12.0 -o-

Internet Explorer 10、Firefox 以及 Opera 支持 animation-play-state 屬性。

Safari 和 Chrome 支持替代的 -webkit-animation-play-state 屬性。

注釋:Internet Explorer 9 以及更早的版本不支持 animation-play-state 屬性。


相關(guān)頁面

CSS3 教程:CSS3 動畫


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號