Plugins

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.

image switch


canvasSwap

Description

A jQuery plugin to induce an image swap on hover. Although this plugin does it's job of swapping out images extremely well , that's not what it's main intention is. What canvasSwap sets out to do is not only provide a great image swap utility, but it also allows swapping transparent PNG images in IE 6! (with the help of a PNG transparency script)

This project is also hosted on Google Code

Usage

Example 1: To induce an image swap on images with the class of 'myswap', the image to swap having a suffix of '_hover', and IE 6 PNG support enabled.

iFlip

Flipping/Switching between two images.

Fired when an image is clicked.

// usage:
$('.image_x').iflip( 'images/expand.jpg', ' images/contract.jpg');

// What it will do:
When the image is clicked, it will alternate between the 2 images passed as parameters.

Also, images do not have to be the same size.

Image Cube

Sets a division to rotate between contained images as if they were on the faces of a cube. You can also "rotate" blocks of text if you want. Features include:

* Full 3D perspective view or original pseudo-3D transitions.
* Control over the direction and speed of the rotations.
* Control over the order of selection.
* Shading for enhanced 3D effect.
* Callbacks before and after rotations.