Problem in fadeIn with animate action

Problem in fadeIn with animate action

i have a problem plz solve it.i'm new in Jquery.

$('#navAboutUs').click(function(){                                         
                                       $('.classAboutUs').animate({left:-200,
                                                     complete:function(){$('.closeAboutUs').fadeIn(100)
                                                                                                                               }}) });


fadeIn action is not working.

in css:
.classAboutUs   is  display: block;
.closeAboutUs   is display:none;