CSS3 animation-play-state

animation-play-state

该属性用于关闭动画播放效果,通常是配合JavaScript事件机制等,触发某个按钮然后执行停止动画

#animation {
 animation-play-state: paused; <!-- 停止动画 -->
}
更多教程 HTML5 教程 CSS3 教程 JavaScript 教程 JQuery 教程 React.js 教程 Node.js 教程 Koa2 教程 Python 教程 Linux 教程