jQuery图片堆叠左右切换特效

jQuery图片堆叠左右切换特效-精品资源网
jQuery图片堆叠左右切换特效
此内容为免费资源,请登录后查看
0
免费资源

jQuery图片堆叠左右切换特效

jQuery图片堆叠左右切换代码是一款可以将图片左右对齐堆叠在一起,通过前后导航按钮来左右切换图片的jQuery插件。

js代码

<script type=\"text/javascript\" src=\"js/jQuery-easing.js\"></script>
<script type=\"text/javascript\" src=\"js/jQuery-jcImgScroll.js\"></script>
<script type=\"text/javascript\">
$(function(){
	$(\"#demo\").jcImgScroll({
		arrow : {
			width:45,	
			height:400,
			x:60,
			y:0
		},
		width : 330, //设置图片宽度
		height:469, //设置图片高度
		imgtop:22,//每张图片的上下偏移量
		imgleft:-10,//每张图片的左边偏移量
		imgwidth:30,//每张图片的宽度偏移量
		imgheight:44,//每张图片的高度偏移量
		count : 9,
		offsetX : 60,
		NumBtn : false,
		title:false,
		setZoom:.8,
	});
});
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容