jQuery Flipster

jQuery Flipster is a CSS3 3D transform-based jQuery plugin built to replicate the familiar 'cover flow' effect, but also supports a variety of styles. Not only is it gorgeous to look at, Flipster is also:

But don't take our word for it. Check out the demos below, or download from GitHub to try it yourself.

Default Settings (Coverflow)

$("#coverflow").flipster();

Flipster Wheel

$("#wheel").flipster({
    style: 'wheel',
    spacing: 0
});

Flipster Flat

$("#flat").flipster({
    style: 'flat',
    spacing: -0.25
});
Fork me on GitHub