i am working on the parallax scroller and need a bit of help with the jquery animation.
if($(window).scrollTop() >= 180){
$("#wasBorn").animate({"top": "+=20px"}, "fast"); }
as the page scrolls more than 180 the div is moving and how can i stop it at particular position let say top:350px