/Psyborg

Extended HTML Element

Primary LanguageJavaScriptMIT LicenseMIT

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
});

API

API Documents