CSS3 animation-play-state 屬性
實(shí)例
暫停動(dòng)畫:
animation-play-state:paused;
-webkit-animation-play-state:paused; /* Safari 和 Chrome */
-webkit-animation-play-state:paused; /* Safari 和 Chrome */
嘗試一下 ?
瀏覽器支持
表格中的數(shù)字表示支持該屬性的第一個(gè)瀏覽器版本號(hào)。
緊跟在 -webkit-, -ms- 或 -moz- 前的數(shù)字為支持該前綴屬性的第一個(gè)瀏覽器版本號(hào)。
屬性 | |||||
---|---|---|---|---|---|
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- |
標(biāo)簽定義及使用說明
animation--play-state屬性指定動(dòng)畫是否正在運(yùn)行或已暫停。
注意:在JavaScript中使用此屬性在一個(gè)周期中暫停動(dòng)畫。
默認(rèn)值: | running |
---|---|
繼承: | no |
版本: | CSS3 |
JavaScript 語法: | object object.style.animationPlayState="paused" |
語法
animation-play-state: paused|running;
值 | 描述 | 測試 |
---|---|---|
paused | 指定暫停動(dòng)畫 | 測試 ? |
running | 指定正在運(yùn)行的動(dòng)畫 | 測試 ? |
相關(guān)文章
CSS3 教程: CSS3 動(dòng)畫
更多建議: