diff -r 7c37aaa2a8ae -r 873b0e9ff7f6 web/transition-the-end-etc.html --- a/web/transition-the-end-etc.html Mon Jan 21 21:04:36 2013 +0100 +++ b/web/transition-the-end-etc.html Mon Jan 21 21:05:32 2013 +0100 @@ -51,11 +51,11 @@
@@ -78,8 +78,8 @@ setTimeout(function() { $("#theEnd").addClass("display"); $("#transition").css({"opacity" : 0}); - $("#transition").animate({opacity: 1}, 3000); - }, 3000); + $("#transition").animate({opacity: 1}, 2000); + }, 2000); });