From 35c84fca92a50810410dc33ed6efbd2d8cfce43a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 10 Aug 2007 10:53:20 +0100 Subject: change dropout to fade --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 56e56b1a1..4585b3baa 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.DropOut(node.childNodes[i], {duration : 0.3}); + Effect.Fade(node.childNodes[i], {duration : 0.3}); } if (!hide) { -- cgit v1.2.3