欢迎您  本站地址:   jQuery点击图片相册掀开切换效果-小库平台

小库平台

 找回密码
 立即注册
jQuery点击图片相册掀开切换效果-小库平台

小库平台

 找回密码
 立即注册
上一主题 下一主题

jQuery点击图片相册掀开切换效果

跳转到指定楼层
楼主
|只看大图 回帖奖励 |倒序浏览 |阅读模式

这是一款鼠标点击图片自动切换到下一张特效,漂亮的jQuery点击图片相册掀开切换效果。

js代码
<scripttype="text/javascript">
$(function(){

varinterval;
$(".containerimg").click(functioncover(){
$(this).addClass("zoom").fadeOut(700,append);
functionappend(){
$(this).removeClass("zoom").appendTo(".container").show();
varname=$(".container").children("img").first().attr("alt");
$(".namep").text("No"+name);
}

})

functionauto(){
varplay=$(".container").children("img").first();
play.addClass("zoom").fadeOut(700,append);
functionappend(){
$(this).removeClass("zoom").appendTo(".container").show();
varname=$(this).parent().children("img").first().attr("alt");
$(".namep").text("No"+name);
}
interval=setTimeout(auto,5000);
}

$(".containerimg").hover(function(){
stopPlay();
},function(){
interval=setTimeout(auto,5000);
})

functionstopPlay(){
clearTimeout(interval)
}
auto();

})
</script>



下载
回复

使用道具 举报

小黑屋|小库平台

GMT+8, 2024-9-20 06:00 , Processed in 0.036198 second(s), 17 queries , Xcache On.

Powered by Discuz! 3.4

小库提示

扫描下方二维码,访问手机版。