[jQuery] jQuery animate question

[jQuery] jQuery animate question


I have this code:
$('#boulder').animate({top: posTop += 20}, 'fast');
alert('ok');
Is possible to execute the alert function after animate is finished ?
Because I see the alert box before animation happen.
Thanks!