jQuery图片动画遮罩层lightbox特效

jQuery图片动画遮罩层lightbox特效-精品资源网
jQuery图片动画遮罩层lightbox特效
此内容为免费资源,请登录后查看
0
免费资源

jQuery图片动画遮罩层lightbox特效

jQuery图片动画遮罩层lightbox特效是一款使用CSS3来制作鼠标滑过图片时出现好看的遮罩层动画效果,鼠标点击图片放大的Lightbox特效代码。

js代码

<script type=\"text/javascript\" src=\"js/jquery.magnific-popup.js\"></script>
<script type=\"text/javascript\">
	if (/iP(hone|od|ad)/.test(navigator.platform)) {
		$(\'*\').css({
			\"cursor\": \"pointer\"
		});
	}
	$(\'.preloader\').delay(3500).fadeOut(600);
	$(document).ready(function () {
		$(\'.magnificPopup__Box\').magnificPopup({
			delegate: \'a\',
			type: \'image\',
			removalDelay: 300,
			callbacks: {
				beforeOpen: function () {
					this.st.image.markup = this.st.image.markup.replace(\'mfp-figure\', \'mfp-figure magnificPopup__Animus\');
					this.st.mainClass = this.st.el.attr(\'data-effect\');
				}
			},
			closeOnContentClick: true,
			midClick: true
		})
	});
</script>

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

昵称

取消
昵称表情代码图片

    暂无评论内容