图片倒影幻灯片切换效果

来源:https://www.sucaihuo.com/js/1478.html 2017-03-19 12:48浏览(716) 收藏

这是一款炫酷图片导航,可以做电影网站,图片链接视频,图片导航,效果都非常好,简单实用。
图片倒影幻灯片切换效果
分类:图片代码 > 图片滑动 难易:中级
查看演示 下载资源 下载积分: 30 积分
关注公众号,免费赠送安装视频教程、环境和学习视频,后面会不断更新。
function () {
			if (this.parent.view == this.N) {
				/* ---- click on zoomed diapo ---- */
				if (this.url) {
					/* ---- open hyperlink ---- */
					window.open(this.url, this.target);
				} else {
					/* ---- zoom in/out ---- */
					this.z1 = this.z1 == 1 ? this.parent.zoom : 1;
					this.parent.calc();
				}
			} else {
				/* ---- select diapo ---- */
				this.parent.view = this.N;
				this.parent.calc();
			}
			return false;
	}
	}
评论0
头像

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

1 2