Posted in Javascript onMarch 14, 2015
jQuery菜单式图片滑动切换是一款天猫官方网站的鼠标滑过图片切换导航菜单特效。
$(function(){ // floorCon-slide $(".floorCon-slide .floorConSlideImgNav li span").css({opacity:0.95}) $(".floorCon-slide .floorConSlideImgNav li.hover").find("span").css({left:0})//??濮? $(".floorCon-slide .floorConSlideImgNav li").mouseover(function(){ if($(this).hasClass("hover")){return}//涓?澶???婊¤冻?舵???? var imgleft=$(this).index()*200*(-1)+"px"; $(this).addClass("hover").find("span").stop().animate({left:0},400) $(this).siblings().removeClass("hover").find("span").stop().animate({left:"-20px"},600) //?剧???剧ず $(this).parent().prev(".floorConSlideImg").stop().animate({left:imgleft},400); }) })
演示图:
以上就是本文的全部内容了,希望大家能够喜欢。
jQuery实现菜单式图片滑动切换
- Author -
hebedich声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@