SyntaxFix
Write A Post
Hire A Developer
Questions
You can animate it after the fadeIn completes using the callback as shown below:
$("#Friends").fadeIn('slow',function(){ $(this).animate({'top': '-=30px'},'slow'); });