[jQuery] Starting animation at different points

[jQuery] Starting animation at different points


I am fairly new to jquery and I have a question on animation. I want
to be able to have a div animate in a different direction rather than
the default. Right now I have a div that is 29px by 41px. When I hover
over it it animates to a div that is 80px by 100px. As of now it is
animates from the top-left corner down and to the bottom-right.
However, I would like it to animate from bottom-left to the top-right.
Is there any way of doing this. Please let me know.