Carousel Demo
Prev
|
Next
Set Options (view available options)
您可以在此处为旋转木马设置新选项。 一旦您对旋转木马的外观感到满意,只需将选项复制并粘贴到您自己的实现中即可。
{ 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') + '
'); } }
重新加载新选项
Sample callback output