The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
jQuery-Effect-Spectrum
Provides as jQuery effect.
Transfers the outline of an element to another element with spectrum effect.
Requirements:
jQuery library & jQuery UI library
Usage:
$('#src').effect('spectrum', {dest: $('#dest')}, [duration], [callback]);
$('#src').spectrum({dest: $('#dest'), duration: 'slow'});
Options:
dest: the element to transfer to.
destPos: the place to transfer to.
this is the object which includes left, top, height and width.
easing: name of easing.
spClass: the class name of each spectrum.
spCss: the css values object of each spectrum.
spDelay: delay of fading out the spectra.
autoScroll: scrolls automatically when the destination element is out of the window.
Documents
See also the documents (if you can read Japanese)
