summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 17:55:47 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 17:55:47 +0100
commitd504311c6b5a4eb1ca22b84f6c3b7245c30880fb (patch)
tree227419eab18e4d61ff8b2fac4487f0aecd27a581 /functions.js
parente75441432e0ca67b4a474981fa17a26b37c125ad (diff)
fade - dropout
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
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) {