From: Michael M Slusarz Date: Tue, 16 Mar 2010 06:44:48 +0000 (-0600) Subject: This effect works better here than fade X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d6ddd5319c226270e0124d093a151c52eadca97b;p=horde.git This effect works better here than fade --- diff --git a/imp/js/imp.js b/imp/js/imp.js index d9c5b930b..4cf95d9df 100644 --- a/imp/js/imp.js +++ b/imp/js/imp.js @@ -37,7 +37,7 @@ document.observe('dom:loaded', function() { e.stop(); - elt.fade({ + elt.slideUp({ afterFinish: function() { elt.remove(); }, duration: 0.6 });