Best jQuery Rotate Image Plugins & Tutorials with Demo

    Perfectly Rotate and Mask Thumbnails With CSS3 & jQuery

    Perfectly Rotate and Mask Thumbnails With CSS3 & jQuery

    Ever seen a website showcasing image thumbnails that are slightly rotated? It’s a simple effect that adds a layer of visual personality. Saying that, if you’re not achieving the rotation effect with CSS, you’re working too hard! Learn how to do it right!

    Image galleries with rotated thumbnails are somewhat infrequent, but it’s a simple trick to add style to your webpage. However, if not done right, achieving and maintaining this effect can sometimes prove to be a major hassle!

    To properly achieve this effect, your first thoughts might turn to creating rotated thumbnails in Photoshop. However, this can prove to be difficult in the long term. Disadvantages to creating rotated thumbnails in this way include: Angle Consistency,CMS Thumbnail Generation,Long-Term Manageability.Wouldn’t it be nice if you could perform this little rotation with one line of code? Well you can! Let’s learn how.

    3D Gallery with CSS3 and jQuery

    3D Gallery with CSS3 and jQuery

    Today, we want to share an experimental 3D gallery with you that uses CSS 3D transforms.With 3D transforms, we can make simple elements more interesting by setting them into three dimensional space. Together with CSS transitions, these elements can be moved in 3D space and create a realistic effect.

    The main idea is to create a circular gallery where we have an image in the center and two on the sides. Since we are using perspective, the two lateral images will appear three dimensional when we rotate them.

    jQuery Image Cube

    jQuery Image Cube

    A jQuery plugin that sets a division to rotate between images (or other things) as if they were on the faces of a cube.The image cube functionality can easily be added to a division with appropriate default settings. It then displays the images contained within the targetted division in a cycle every two seconds. A random rotation is chosen each time to move to the next image. Highlights and shadows are used to enhance the 3D effect.

    Arctext.js – Curving Text with CSS3 and jQuery

    Arctext.js – Curving Text with CSS3 and jQuery

    While CSS3 allows us to rotate letters, it is quite complicated to arrange each letter along a curved path. Arctext.js is a jQuery plugin that let’s you do exactly that. Based on Lettering.js, it calculates the right rotation of each letter and distributes the letters equally across the imaginary arc of the given radius.

     

    Rotate3Di – Flip HTML content in 3D with jQuery

    Rotate3Di - Flip HTML content in 3D with jQuery

    Rotate3Di is a jQuery Effect Plugin that makes it possible to do an isometric 3D flip or 3D rotation of any HTML content. It also enables custom 3D rotation animations.

    CSS3-Powered Presentation Framework : Impress.js

    CSS3-Powered Presentation Framework : Impress.js

    A new presentation framework is released recently -named Impress.js– which enables us to build very beautiful outputs.

    Slides can be by positioned, rotated and scaled on an infinite canvas with zoom in/out and 3D effects by making use of CSS3 transforms and transitions to create the awesomeness (which makes it only compatible with WebKit and the latest Firefox + IE browsers).

    And, for older browsers, Impress.js fallbacks to a standard presentation without the effects but by keeping the functionality.

    Scrollorama jQuery plugin for doing cool scrolly stuff

    Scrollorama jQuery plugin for doing cool scrolly stuff

    Scrollorama jQuery plugin for doing cool scrolly stuff like transitions,fade in, rotate in, fly in, zoom in, parallax

    jQuery CSS Animation and Rotate

    jQuery CSS Animation and Rotate

    In today post I try to do a little experiment with css animation, with jquery to generating css value on the fly. When this post created the this animation examples only works on firefox and chrome browser.In this tutorial I try to create a stack of images, on the default position each of images have a different angle, and rotating to the same angle in the same duration of time.

    Kinetic – jQuery Text Animation

    Kinetic Text Animation using jQuery

    I thought about making one using jQuery. And I sort of did. It’s not exactly a “kinetic animation” but it just somewhat like it. And its very small. Usually kinetic animations are of at least a minute, this is just a few seconds. But hey, it’s all done using jQuery. This is just done to show that a kinetic animation can really be achieved using jQuery. I, being a jQuery n00b for now (and more when I made this), couldn’t do more with it. I still don’t know if we can rotate text in jQ, else that’ll be COOL!

    jQuery Transit a Super-smooth CSS3 transformations and transitions

    jQuery CSS3 transformations and transitions

    jQuery Transit  a Super-smooth CSS3 transformations and transitions.You may rotate using rotateX and rotateY. Using perspective is optional, but it should always come before rotateX/Y.You can animate any available CSS property….