Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obsidiansoft-io/jquery-carousel
https://github.com/obsidiansoft-io/jquery-carousel
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/obsidiansoft-io/jquery-carousel
- Owner: obsidiansoft-io
- Created: 2015-02-23T00:36:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T05:02:22.000Z (over 7 years ago)
- Last Synced: 2024-11-07T22:26:15.092Z (about 2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jquery-carousel
========================================#### Demo
[http://betinho89.com/examples/carousel-with-jquery/](http://betinho89.com/examples/carousel-with-jquery/)
#### 1. Started
```html
```#### 2. Set up your HTML
```html
```#### 3. Call the plugin
```htmljQuery(document).ready(function($) {
$("#myCarousel").carousel({
bEnabledAnimation: true,
bShowControlList: true,
bShowControls: true,
bShowPlayControl: true,
iDuration: 5,
iNumberImages: 1,
sAnimation: "margin",
sPosition: "horizontal",
});
});```
#### Third-Party Plugins
* [jQuery2.1.3](https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js)
* [Font Awesome](http://fontawesome.io/icons/) - Optional (The icons can be transformed into image)