CSS 屬性
animation-play-state
paused
running
結果
CSS 程式碼
div#myDIV { animation-play-state:
running;
}
點選上面的屬性值來檢視結果
W3Schools.com
- 親自試試