$(document).ready(function(){   
      $(".profile img").animate({ 
      	opacity: "1",
        top: "280px",	
      }, 2500);
});