$(".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還原回動(dòng)畫之前的位置
jq hover可否實(shí)現(xiàn)離開還原
Ximoo
2018-10-11 23:50:48