我有以下的動畫:停止jQuery的動畫循環
jQuery("#fp-small-feature-1").mouseenter(function(){
jQuery(".bar").animate({width: "264px"},500);
});
jQuery("#fp-small-feature-1").mouseleave(function(){
jQuery(".bar").animate({width: "0px"},800);
});
如何停止從排隊效果的動畫,如果你的鼠標關閉,在快速連續多次。
更好地重複:http://stackoverflow.com/questions/9113568/jquery-stop-repeating-animation-on-multiple-rollovers – 2012-02-14 12:48:00