fadeIn() and scale() at the same time?

fadeIn() and scale() at the same time?

i have this, which is of course wrong 
$('#myholder').fadeIn().show('scale', { percent: 100 }, 500);

how can i code a function for fadeIn and scale at the same time for an element?

thanks for any help