summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 10:53:20 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 10:53:20 +0100
commit35c84fca92a50810410dc33ed6efbd2d8cfce43a (patch)
tree4a72c1dfe9e64f28c18a204e6e4381004e620781 /functions.js
parent225ec0d4c26762d32b1d5684cd2429ae356fe177 (diff)
change dropout to fade
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 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) {