jquery 3d Carousel轮播图插件 -JS/jQuery代码 -演示与下载 -时代Java

jquery 3d Carousel轮播图插件 jQuery Waterwheel Carousel Plugin

Carousel Demo


 

Set Options

You can set new options for the carousel here. Once you are satisified with the appearance of the carousel, just copy and paste the options into your own implementation.

{
  flankingItems: 3,
  movingToCenter: function ($item) {
    $('#callback-output').prepend('movingToCenter: ' + $item.attr('id') + '
'); }, movedToCenter: function ($item) { $('#callback-output').prepend('movedToCenter: ' + $item.attr('id') + '
'); }, movingFromCenter: function ($item) { $('#callback-output').prepend('movingFromCenter: ' + $item.attr('id') + '
'); }, movedFromCenter: function ($item) { $('#callback-output').prepend('movedFromCenter: ' + $item.attr('id') + '
'); }, clickedCenter: function ($item) { $('#callback-output').prepend('clickedCenter: ' + $item.attr('id') + '
'); } }
Reload New Options

Sample callback output

下载代码说明
X关闭

jQuery 3d Carousel轮播图插件Waterwheel-Carousel

jQuery-Waterwheel-Carousel是一个jquery 3d的Carousel轮播图插件。该jquery Carousel轮播图插件兼容ie8浏览器,提供丰富的参数和API方法由于控制Carousel,使用简单,非常实用,欢迎下载!它的特点还有:支持水平或垂直Carousel轮播。可以通过键盘来控制前后轮播。图片移动时提供回调函数钩子。支持不同尺寸的图片。支持图片边部透明效果。支