[jQuery] show() is really slideDown...?

[jQuery] show() is really slideDown...?


Is this right?
I'm using show() but I can see it sliding in (animated) from upper
left to lower right. I'd like it to simply show the layer.
$("li#up" + last).show("fast");
Am I missing something completely blatant here?
;)