Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wbotelhos/slidy

jQuery Slidy - A Transition Plugin
https://github.com/wbotelhos/slidy

Last synced: about 2 months ago
JSON representation

jQuery Slidy - A Transition Plugin

Awesome Lists containing this project

README

        

/**
* jQuery Slidy - A Transition Plugin - http://wbotelhos.com/slidy
* --------------------------------------------------------------------------
*
* jQuery Slidy is a plugin that generates a customizable transitions automatically.
*
* Licensed under The MIT License
*
* @version 0.2.0
* @since 11.16.2010
* @author Washington Botelho dos Santos
* @link http://wbotelhos.com/slidy
* @twitter http://twitter.com/wbotelhos
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @package jQuery Plugins
*
* Default values:
* --------------------------------------------------------------------------
* acation: 'mouseenter' // Action to change the slide ('mouseenter', 'fade' or 'slide').
* animation: 'normal' // Type of the animation effect ('normal', 'fade' or 'slide').
* children: 'img' // The element in which the transition will be done.
* cursor: 'default' // The type of cursor that will be displayed when it stops over the banner.
* height: 200 // Height in pixel of the image banner.
* menu: false // Created automatically a menu.
* pause: false // Stop the transition when the mouse over the banner.
* speed: 600 // Duration in milliseconds of transition animation effect.
* target: '' // Type of opening the link in the menu and the banner.
* time: 3600 // Duration in milliseconds of transition of the banners.
* width: 500 // Width in pixel of the image banner.
*
* Usage with default values:
* --------------------------------------------------------------------------
*
* $('#banner').slidy();
*
*


*
*
*
*

*
*/