jquery动画重复
if(!$(".dh_1").is(":animated")){$(".dh_1").mouseenter(function(){$(this).animate({"he...
if(!$(".dh_1").is(":animated")) {
$(".dh_1").mouseenter(function(){
$(this).animate({"height":"180px"})
}).mouseleave(function(){
$(this).animate({"height":"30px"})
})
}
鼠标在".dh_1"快速的来回穿过几次,然后下面的动画就要重复几次,可是我想 动画没有结束前,鼠标穿过".dh_1"是没有用的 展开
$(".dh_1").mouseenter(function(){
$(this).animate({"height":"180px"})
}).mouseleave(function(){
$(this).animate({"height":"30px"})
})
}
鼠标在".dh_1"快速的来回穿过几次,然后下面的动画就要重复几次,可是我想 动画没有结束前,鼠标穿过".dh_1"是没有用的 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询