Slimmer fading.

This commit is contained in:
Jason A. Donenfeld
2011-05-09 05:15:57 -04:00
parent b7298ae6bc
commit 205fcbef01
2 changed files with 1 additions and 4 deletions

View File

@ -255,7 +255,7 @@ $(document).ready(function() {
}
function die() {
$("#error-overlay").fadeIn(500);
$("#error-overlay").fadeTo(500, 0.8);
$("#error-text").fadeIn(2500);
$("body, html").css("overflow", "hidden");
}