3D Carousel 旋转木马图片效果

3D Carousel  旋转木马图片效果597
3D Carousel是一个强大的jQuery插件,它允许您在旋转木马的布局安排的一组图像。

调用示例
	jQuery(document).ready(function($){
		$('#carousel').carousel({width: 870, 
								 height: 350, 
								 itemWidth:120, 
								 horizontalRadius:270, 
								 verticalRadius:85, 
								 resize:false, 
								 mouseScroll:false, 
								 mouseDrag:true, 
								 scaleRatio:0.4, 
								 scrollbar:true, 
								 tooltip:true, 
								 mouseWheel:true, 
								 mouseWheelReverse:true});
	});
同时支持HTML标记和XML
  多个滚动类型:鼠标移动,鼠标拖动鼠标滚轮,项点击滚动条
  汽车滚动支持
  完全可定制的
  每个图像添加链接和工具提示
  多个旋转木马在相同的页面上
  公共方法允许您控制的旋转木马使用外部输入(例如scrollToItem(3),scrollToNext(),stopMouseScroll()等)。
  回调函数
  多个模式:规模大小、maintainAspectRatio作物

也许你还喜欢