No commit activity in last 3 years
No release in over 3 years
initforthe-roundabound adds navigation helpers and HTML5 data-* attributes for configuring the Bootstrap Carousel
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.1.0
 Project Readme

initforthe-roundabound

Some CoffeeScript surrounding Bootstrap's Carousel code to make it easier to implement carousels.

Why roundabound?

http://www.youtube.com/watch?v=2ljFfL-mL70

How to use

Options are set via data-* attributes. Available options are:

data-interval in thousanths of a second
data-pause 'hover' will force pause on hover. Anything else will prevent it

Add initforthe-roundabound to your application.js

If you need to instantiate further Roundabounds, call new InitfortheCarousel(selector) where selector can be one of a DOM object, jQuery element, or jQuery selector.

License

MIT