AppendTo seems not to queue

AppendTo seems not to queue

Hi there....

Got a question. Somehow this script does not react proper. It firsts appends and then fires the fadeout. Why is this?

$(this).fadeOut().appendTo($(to)).fadeIn('normal');


Thx for your help