Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varmais/rsscarousel
Really Simple and Stupid jQuery Carousel plugin
https://github.com/varmais/rsscarousel
Last synced: about 2 months ago
JSON representation
Really Simple and Stupid jQuery Carousel plugin
- Host: GitHub
- URL: https://github.com/varmais/rsscarousel
- Owner: varmais
- Created: 2013-05-10T06:27:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-22T11:33:34.000Z (over 11 years ago)
- Last Synced: 2023-04-06T03:06:32.979Z (over 1 year ago)
- Language: JavaScript
- Size: 340 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSSCarousel
Really Simple and Stupid Carousel jQuery plugin. This plugin does not brag with options and features.
RSSCarousel uses overlays to switch slides.
Demo: http://imari.varmais.fi/rsscarousel/
### Get Started
To use this plugin, you need to include both js and css in your html.
HTML code needed for carousel:
Then just load the plugin in document ready block:
$(document).ready(function() {
$('#rss-images').RSSCarousel();
// you can also pass fade time as a parameter
// $('#rss-images').RSSCarousel(2500);
});### License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004Copyright (C) 2004 Sam Hocevar
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.