An open API service indexing awesome lists of open source software.

https://github.com/markcarrrr/jquery-carousel

jQuery based carousel with fade and slide options and swipe support
https://github.com/markcarrrr/jquery-carousel

Last synced: 18 days ago
JSON representation

jQuery based carousel with fade and slide options and swipe support

Awesome Lists containing this project

README

          

jquery-carousel
===============

jQuery based carousel with fade and slide options and swipe support.

Demo: https://rawgithub.com/markcarr/jquery-carousel/master/index.html

Initiate carousel (default fx is cross fade):

    new App.Carousel($('.foo'));

Initiate slide carousel:

    new App.Carousel($('.foo'), {

        fx: 'slide'

    });