psycle
v1.0.0-beta.4
Published
The collection of plugins that extends DOM elements and manage sequences.
Downloads
2
Maintainers
Readme
Psyborg
The collection of plugins that extends DOM elements and manage sequences.
Usage
<script src="jquery-1.11.1.min.js"></script>
<script src="jquery.psyborg.min.js"></script>
jQuery.psycle
The Slideshow plugin.
Basic
jQuery('selector').psycle();
// or
$('selector').psycle();
Options
$('selector').psycle({
trasition: 'slide',
duration: 600
});