jQuery animate() Left to Right on .hover

Hello jQuery Guru’s, I’m looking for some help in this project. I would like to modify this: http://static.buildinternet.com/live-tutorials/interactive-picture/index.html

So that it animates from left to right instead of right to left when somebody hovers over the icon. An example with the code is also here: jsfiddle.net/NEHZU/1/

Any help would be appreciated, I already read through the specification but can’t find a method or example of how to accomplish this. Thanks!

i have also faced the same problem…animate only animates any element towards the right…just try css transitions and transformations properties…head over to w3 schools