jquery 360度旋转插件Rollerblade

所属分类:媒体-滑块和旋转

 43687  329  查看评论 (2)
分享到微信朋友圈
X
jquery 360度旋转插件Rollerblade ie兼容6

使用方法

在您的页面添加 rollerblade.css样式,由于文件很小,您可以拷贝和粘贴rollerblade.css内容到你的主CSS文件。

下一步:Rollerblade的目标容器元素的图像元素,那里面有“rollerblade-img”。第一张图像图像的路径。

<div id="target">
  <img class="rollerblade-img" src="path/to/first/image.jpg">
</div>


启动

确保jQuery是包含在你的页面,然后选择容器元素和rollerblade方法。至少你必须传入一组图像url作为属性选择的对象。属性必须被称为“imageArray”。

$(document).ready(function(){
    // You can specify an array of images outside of the rollerblade method,
    // and then pass it in, as so:
    var arrayOfImages = [
      'path/to/image/1.jpg',
      'path/to/image/2.jpg',
      'path/to/image/3.jpg',
      'path/to/image/4.jpg',
      'and/so/on.jpg'
    ]
    $("#target").rollerblade({imageArray:arrayOfImages});
    // OR you can create the array directly in the options object, as so:
    $("#target").rollerblade({imageArray:[
      'path/to/image/1.jpg',
      'path/to/image/2.jpg',
      'path/to/image/3.jpg',
      'path/to/image/4.jpg',
      'and/so/on.jpg'
    ]});
  })
相关插件-滑块和旋转

手机仿微信下滑

手机仿微信下滑
  滑块和旋转
 37195  420

轮播滚动左右切换

轮播滚动左右切换
  滑块和旋转
 75497  463

jQuery鱼骨图

jQuery鱼骨图插件fishBone.js,横向滑块轮播
  滑块和旋转
 38460  379

jQuery 3d旋转木马

使用TweenMax创造3d旋转木马,它在Chrome或Safari效果最好,然后FF.
  滑块和旋转
 55249  449

讨论这个项目(2)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    Mu 0
    2017/8/2 15:38:27
    依米 0
    2017/6/29 15:12:58

    这个不支持移动端啊,怎么支持移动端呢

    回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复