$(".header__nav .header__nav-item:not(':last')").hover(function() { idx=$(this).index(); $(".header__nav-tip").animate({"left":70*idx},100).stop(true, true);},function(){ });
.header__nav-item还原回动画之前的位置
聪明的汤姆
相关分类