non volevo fare il bacchettone ci mancherebbe

questo potrebbe tornarti utile:

codice:
$("html").click(function(){
     $("html").animate({ opacity: 0 }, 2000, function(){
          location.href = "http://www.google.it/";
     });
});