停止css3动画

var $img1 = $(".fashion .fashion-img img");
$img1.hover(function () {
$img1.css("animation-play-state", " paused")
}, function () {
$img1.css("animation-play-state", " running")
});
posted @ 2017-04-14 16:22  yaomengli  阅读(135)  评论(0)    收藏  举报