$(".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还原回动画之前的位置
Ximoo
聪明的汤姆
随时随地看视频慕课网APP
相关分类