stoping an animation

stoping an animation

Hi all,

I am using the following code to animate a list

$("#subCategoryNav ul").animate({"left": "+=50px"}, "fast");

I would like the animation to stop when the value of 'left' eq 500px. Can this be done in jquery?

Thanks