$("#full_view").animate({opacity: 0},1000,function(){ $(this).append("Hello world!") }) .animate({opacity: 1},1000);