HTML DOM Style animationIterationCount 屬性

2018-08-04 20:40 更新

Style animationIterationCount 屬性

Style 對(duì)象參考手冊(cè) Style 對(duì)象

實(shí)例

改變 <div> 元素的 animationIterationCount 屬性:

document.getElementById("myDIV").style.animationIterationCount="infinite";

嘗試一下 ?

定義和用法

animationIterationCount 屬性設(shè)置或返回動(dòng)畫的播放次數(shù)。


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

只有 Firefox 支持 animationIterationCount 屬性。


語(yǔ)法

返回 animationIterationCount 屬性:

object.style.animationIterationCount

設(shè)置 animationIterationCount 屬性:

object.style.animationIterationCount="number|infinite|initial|inherit"

屬性值

描述
number 一個(gè)定義動(dòng)畫播放次數(shù)的數(shù)字。默認(rèn)值為 1。
infinite 規(guī)定動(dòng)畫播放無(wú)限次(永遠(yuǎn))。
initial 設(shè)置該屬性為它的默認(rèn)值。請(qǐng)參閱 initial。
inherit 從父元素繼承該屬性。請(qǐng)參閱 inherit。

技術(shù)細(xì)節(jié)

默認(rèn)值: 1
返回值: 字符串,表示元素的 animation-iteration-count 屬性。
CSS 版本 CSS3


相關(guān)文章

CSS 參考手冊(cè):animation-iteration-count 屬性


Style 對(duì)象參考手冊(cè) Style 對(duì)象

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

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)