jQuery图片全屏滑动预览图片加载

来源:https://www.sucaihuo.com/js/1779.html 2017-04-20 23:28浏览(497) 收藏

这是一款图片切代码,jQuery图片全屏滑动预览图片缓慢移动图片倒映特效,图片制作斑点特效,可以设置调控速度。
jQuery图片全屏滑动预览图片加载
分类: 难易:
查看演示 下载资源 下载积分: 20 积分
},
		function(){ //mouse out
			$(this).fadeTo(fadeSpeed, 0.6);
		}
	);
	});
	$(window).resize(function() {
		//$('#thumbScroller .container').css('left',sliderLeft); //without easing
		$('#thumbScroller .container').stop().animate({left: sliderLeft}, 400,'easeOutCirc'); //with easing
		$('#thumbScroller').css('width',$(window).width()-padding);
		sliderWidth=$(window).width()-padding;
	});
评论0
头像

系统已开启自动识别垃圾评论机制,识别到的自动封号,下载出错或者资源有问题请联系全栈客服QQ 1915635791

1 2