How to queue an animation and return immediately?

Classical syntax:

1
$('.some').animate(attributes,options);

If the jQuery token $ is used as last parameter for animate() then it turns into the timed version.

Similar patterns with animations