Hey all i have this code here on jsfiddle: http://jsfiddle.net/d7UjD/6/
I have 2 problems with it:
1) I need a way to use the animation stop() so that if you rapidly run the mouse over the image lots of times it doesn’t continue to play and play..
2) The “zoom” part i am needing home help to zoom the width AND height. Currently i can only do the width. Need to make it zoom out evenly.
Any help with this would be great!
David
Probably could be done differently but here is one way..
1) Use the mouseleave function and stop the animation on the bounce effect.
2) Use percentages (%) instead of pixels for the zoom effect.
http://jsfiddle.net/d7UjD/9/