Well check the following url http://code.google.com/p/jqueryrotatezoom/
Some working examples can be found on jsFiddle
- http://jsfiddle.net/sandeeprajoria/jGyBZ/3/ contains full fledged working examples
- http://jsfiddle.net/sandeeprajoria/jGyBZ/1/ contains the most basic implementation
First of all, this is a re-implementation of a plugin named jqueryrotate
The main idea behind this plugin is to provide smooth image zoom feature while rotating them in different angles and speed(or easing functions).
So it would seem, like a picture is coming from nowhere, while rotating and zooming itself to its maximum or limited zoom percentage.
Now how did this come together?
Well it all started with tutsplus.com...
Their lead trainer Mr. Jeffery Way gave a fabulous webcast titles 'jQuery in 30 days' .
The webcast can still be found on their website tutsplus.com
That was when I came to know about the 'coolness' of jQuery, and an eager to learn it and use it more.
I was working around with one of my Drupal projects, that's when I found a need of a zoom plugin which could zoom and rotate images simultaneously super-coolly.
I searched for couple of plugins on the net. I could find a few which could zoom in/out and few which could rotate, but none to do both together.
As they say neccesity is the mother of invetion.
I took one of the better ones and started amending them, took 2 days to come up with my version 1 of
jQueryRotateZoom plugin.
Once again go this url to check it and rate it may be, and spread the word about it.
So long...
Sandeep Rajoria
Comments