# HG changeset patch # User Atul Varma # Date 1240259911 25200 # Node ID 9a771b8a1702801bd26df1a920beb8802c573b3b # Parent c1c82f2017a39c38029b389cfa992a9179e6c760 Added fade-in to tutorial. diff -r c1c82f2017a3 -r 9a771b8a1702 css/tutorial.css --- a/css/tutorial.css Mon Apr 20 13:37:23 2009 -0700 +++ b/css/tutorial.css Mon Apr 20 13:38:31 2009 -0700 @@ -8,7 +8,7 @@ text-align: left; margin: 2em auto; line-height: 1.4em; - + display: none; } h1 { diff -r c1c82f2017a3 -r 9a771b8a1702 js/tutorial.js --- a/js/tutorial.js Mon Apr 20 13:37:23 2009 -0700 +++ b/js/tutorial.js Mon Apr 20 13:38:31 2009 -0700 @@ -20,6 +20,7 @@ // Set the width of the content to be the maximum number of // characters of code that can fit on a line. $('#content').css({width: charWidth * CHARS_PER_ROW}); + $('#content').fadeIn(); // Iterate through all the code snippets and trim them. var allCode = '';