jQuery Animate width to the left and up
- by efru
Hi all-
I'm trying to animate an image's width and height properties. Currently the image (as expected) animates to the right and down, however I'd like for the animation to occur to the left and upwards. Here's my current code :
http://jsfiddle.net/7UbYy/
I've read a few other posts on this subject which all refer to setting a marginLeft or…