psycle
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.4 • Public • Published

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

Package Sidebar

Install

npm i psycle

Weekly Downloads

1

Version

1.0.0-beta.4

License

MIT

Last publish

Collaborators

  • yusukehirao