changeset 2:a008ec979183

Changed a fade out to a slide up animation.
author Atul Varma <varmaa@toolness.com>
date Mon, 30 Mar 2009 16:43:47 -0700
parents fa2194344c43
children 9b9d095c5d2c
files open-web-challenges.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/open-web-challenges.js	Mon Mar 30 13:36:39 2009 -0700
+++ b/open-web-challenges.js	Mon Mar 30 16:43:47 2009 -0700
@@ -8,7 +8,7 @@
         if (hints.find('p:hidden').length)
           $(this).text($('#msg-show-another-hint').text());
         else
-          $(this).fadeOut();
+          $(this).slideUp();
       });
     return hintButton;
   },