jquery堆叠图片自动循环抽出展示动画特效

所属分类: 网页特效-图片特效&上传    2024-10-29 03:38:54

jquery堆叠图片自动循环抽出展示动画特效 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

jquery堆叠图片自动循环抽出展示动画特效(共9个文件)

    • script.js
    • index.html
    • style.css

使用方法

var autorotate = true;
function rotate(el) {
  $(".stack .imagewrap.selected").removeClass("selected");
  el.addClass("selected");
  setTimeout(function () {
    $(".stack").prepend($(".stack .imagewrap.selected"));
    setTimeout(function () {
      $(".stack .imagewrap.selected").removeClass("selected");
    }, 200);
  }, 250);
}
function loadactions() {
  $("body")
    .off("click", ".stack .imagewrap:not(:first-child)")
    .on("click", ".stack .imagewrap:not(:first-child)", function () {
      $(".stack .imagewrap.selected").removeClass("selected");
      $(this).addClass("selected");
      setTimeout(function () {
        $(".stack").prepend($(".stack .imagewrap.selected"));
        setTimeout(function () {
          $(".stack .imagewrap.selected").removeClass("selected");
        }, 200);
      }, 250);
    });
}

$(function () {
  loadactions();
  if (autorotate == true) {
    setInterval(function () {
      rotate($(".stack .imagewrap:last-child"));
    }, 1500);
  }
});

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 图片特效&上传

jquery集成了多种图文切换的幻灯片特效代码

一个图文滑块插件,支持图文列表或纯图片进行左右切换,共带了4中不同的幻灯片风格。
  图片特效&上传
 5694  0

jquery支持自定义的功能强大的图片幻灯片插件

一款功能强大的图片切换插件,提供了很多参数设置,可设置自动切换时间、缩略图方向、全屏等。
  图片特效&上传
 4676  0

jquery幻灯片式图片/文本文字内容播放器插件

一款带幻灯片效果的图片播放器特效代码,让图片及文字就像视频播放一样的效果。
  图片特效&上传
 7636  0

jquery元素增加自定义边框和偏移文本文字特效

一款在图片加上自定义边框和lable文字插件,为DOM元素添加标记和css边框。
  图片特效&上传
 7723  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论