using jQuery .animate to animate a div from right to left (and back again)?

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-06-15T01:58:57Z Indexed on 2010/06/15 2:02 UTC
Read the original article Hit count: 177

Filed under:
|

Hi,

I have a div absolutely positioned at top: 0px and right: 0px, and I would like to use jquery. animate to animate it from it's current position to left: 0px. How does one do this? I can't seem to get this to work:

$("#coolDiv").animate({"left":"0px", "slow");

Why doesn't this work and how does one accomplish what I am looking to do?

Thanks!!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-animation