It is ridiculously hard to find easy/simple animated text. Like the \"Implosion\" on this website http://codecanyon.net/item/jquery-text-animation/full_screen_preview/233445 but
Just use fadeIn jquery function (documentation):
$("#button").click(function() {$("#container").fadeIn()});
Sample: http://jsfiddle.net/cVELa/