jQuery响应式图片滑块相册插件jQuery多图倾斜切换插件 - Swirl Slider

jQuery响应式图片滑块相册插件jQuery多图倾斜切换插件 - Swirl Slider1617
jQuery响应式图片滑块相册插件jQuery多图倾斜切换插件 - Swirl Slider1618
Swirl Slider 是一个jQuery图像与动画字幕插件,响应布局为桌面和移动设备。导航可以使用箭头链接,键盘或鼠标滚动。您可以使用它作为图像滑块或幻灯片,您可以定制满足您的需要通过操纵其JavaScript或CSS属性。

调用示例
 $('#swirl3').swirl({
                    pivot: "leftBottom", // leftBottom | leftTop | rightBottom | rightTop
                    duration: 500, //animation time in millisecond ( 1 second = 1000 millisecond )
                    delay: 2500, //animation time in millisecond ( 1 second = 1000 millisecond )
                    ease: "easeInExpo", // linear | ease | snap | easeInExpo | easeOutExpo | easeInOutExpo | easeInBack | easeOutBack | easeInOutBack
                    showCounter: true, // true | false
                    showArrows: true, // true | false
                    autoRun: true, // true | false
                    caption: true, // true | false
                    tooltip: true, // true | false
                    keyboardControl: true, // true | false
                    mouseControl: true, // true | false
                    fullScreen: true, // true | false
                });

也许你还喜欢