天天看點

html5carousel圖檔輪播,jquery 3d Carousel輪播圖插件

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