🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

rotateSlider is a very small jQuery plugin used to create a carousel style 3D image rotator/slider using CSS3 transitions and transforms.

Carousel Image-Slider 3D

Documentation

rotateSlider

A rotateSlider using CSS3 & jQuery .

目前还未开发完成,如需使用请Copy Scss源码以及JS

###用法

  1. 引入src/js/jquery.rotateSlider.js
  2. 引入src/css/_common.scss (也可以是编译好的assets/css/app.min.css)
  3. 在你的JS中调用
  $('#slider').rotateSlider();   // 你可以传入一个对象作为参数,TODO:增加更多自定义参数 

详情见DEMO:

http://blog.liyaodong.com/rotateSlider/demo.html


You May Also Like