alwaysrunning / Carousel

常用的轮播效果

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carousel

常用轮播图插件

$('#scrollF').slider({

     obj   :   '#scroll', // 轮播的对象
     
	   speed  :    2000,  // 滑动一次所需时间
	   
	   auto:      true,  // 是否自动滑动
	   
	   scrollNums : 4 ,  // 每次滑动的个数
	   
	   direction: "right" // 滑动的方向

})

About

常用的轮播效果


Languages

Language:JavaScript 68.4%Language:HTML 31.6%