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
- Host: GitHub
- URL: https://github.com/markcarrrr/jquery-carousel
- Owner: markcarrrr
- Created: 2013-03-10T17:05:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-04T21:24:58.000Z (over 12 years ago)
- Last Synced: 2025-02-24T10:19:19.681Z (over 1 year ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
});