# HG changeset patch # User Atul Varma # Date 1238456627 25200 # Node ID a008ec97918331d073aed4b5458ff6f9c5899f67 # Parent fa2194344c4363274fb6eff2c14e5cc929cb56de Changed a fade out to a slide up animation. diff -r fa2194344c43 -r a008ec979183 open-web-challenges.js --- 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; },