【发布时间】:2013-12-01 21:23:55
【问题描述】:
我正在尝试让动画在鼠标悬停时暂停:
.quote:nth-child(1):hover {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
但它不想暂停。谁能看到我做错了什么?
【问题讨论】:
标签: css animation css-animations