Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 2004

Copyright (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 MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.