Skip to content

kenwheeler/roundabout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roundabout

** Roundabout will not be maintained any longer. Please use slick now **

A Responsive Swipeable Carousel

Author: Ken Wheeler

Date: 06/18/13

Version: 1.0b

Demo

Demo

Options

autoplay: true | false - (default: false)- Enables auto play of slides

autoplaySpeed: int - (default: 3000) - Auto play change interval

dots: true | false - (default: false) - Current slide indicator dots

arrows: true | false - (default: true) - Next/Prev arrows

infinite: true | false - (default: true) - Infinite looping

speed: int - (default: 300) - Transition speed

swipe: true | false - (default: true) - Enables touch swipe

list: string - (default: ul:first) - A string containing a selector expression

slide: string - (default: 'li') - A string containing a selector expression

Example

$(element).carousel({dots: true, speed: 500});

License

Copyright (c) 2012 Ken Wheeler

Dual licensed under the MIT and GPL licenses.

Free as in Bacon.