From d504311c6b5a4eb1ca22b84f6c3b7245c30880fb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 10 Aug 2007 17:55:47 +0100 Subject: [PATCH] fade - dropout --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index 4798c3c20..b99b67a81 100644 --- a/functions.js +++ b/functions.js @@ -1010,7 +1010,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) { if (hide && !has_unread) { //node.childNodes[i].style.display = "none"; - Effect.Fade(node.childNodes[i], {duration : 0.3}); + Effect.DropOut(node.childNodes[i], {duration : 0.3}); } if (!hide) {