📅  最后修改于: 2022-03-11 14:47:48.627000             🧑  作者: Mango
代码示例1
//Animation can be played or paused with the below css property.
.class / tag / #id {
animation-play-state: 'paused' / 'running';
}