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.

rotate


jQuery CSS3 Rotate

This plugin allows CSS3 rotations of elements. This plugin is CROSS BROWSER COMPATIBLE, hence is supported by Firefox 3-5+, Safari 5+, Chrome 10+ and IE 6.0+

jQuery Rotate

This is small plugin for animation of CSS3 Roate. You can use it if you don't need whole CSS3 Transformation, only roatation.

$('img').animate({rotate: '360'});

Download jquery.rotate.js.

jImageRotate

jImageRotate is jQueryPlugIn to simulate 3D-rotation of images. The PlugIn uses HTML5-Canvastechnologie.

For more infomation visit the project-homepage: http://www.jimagerotate.just-page.de (de/en)

Rotate 3D

3D rotation using image sequence and jquery.
use it to make 3d object rotate by mouse dragging.

jQuery Twister

jQuery Twister is a simple plugin that adds a "twist" effect to images when you hover over them.

2d Transform

This plug-in utilizes the matrix filter in IE and the new CSS3 transform properties to 2d transform any DOMElement. It is fully cross-browser compatible. Special care has been taken to make IE support translate() and transform-origin. The properties can also be animated using the jQuery animation library.

$('.example').transform({rotate: 45});
$('.example').animate({rotate: '+=45deg'});

3D Waterwheel Image Carousel

This carousel will take a list of any number of images and rotate them out in either a vertical or horizontal fashion, cascading in with a nice simulated 3D effect. Currently only works with images that are the same dimensions. Many options to customize how it operates and looks. View my website for demonstrations and more.

Tested and works with jQuery version 1.4.2

3D Feature Image Carousel

This plugin rotates images in a three dimensional (simulated) carousel. Optionally, all images can have a description element attached to them that pops up on an overlay whenever that image rotates to the center.

To view a better description of the carousel, including all options and examples, visit my website (bkosborne.com).

Tested and works with jQuery version 1.4.2

Easy Element Rotation

This is a jQuery Plugin that extends the core to allow easy element rotating. Plugin fully supports current version of Firefox, Safari, and Internet Explorer.