如何让火狐浏览器兼容background-position的animate动画
1个回答
展开全部
试下这个,应该是可以的,自己根据需要再修改
(function(){
$(".marry-christmas-view-rule").hover(function(){
$(this).stop().find(".view-rule-bg").animate({backgroundPositionY:"0px"},1000);
},function(){
$(this).stop().find(".view-rule-bg").animate({backgroundPositionY:"-55px"},1000);
});
$(".marry-christmas-up-rule").hover(function(){
$(this).stop().find(".up-rule-bg").animate({backgroundPositionY:"0px"},2000);
},function(){
$(this).stop().find(".up-rule-bg").animate({backgroundPositionY:"-106px"},2000);
});
})();
(function(){
$(".marry-christmas-view-rule").hover(function(){
$(this).stop().find(".view-rule-bg").animate({backgroundPositionY:"0px"},1000);
},function(){
$(this).stop().find(".view-rule-bg").animate({backgroundPositionY:"-55px"},1000);
});
$(".marry-christmas-up-rule").hover(function(){
$(this).stop().find(".up-rule-bg").animate({backgroundPositionY:"0px"},2000);
},function(){
$(this).stop().find(".up-rule-bg").animate({backgroundPositionY:"-106px"},2000);
});
})();
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询