change dropout to fade

This commit is contained in:
Andrew Dolgov 2007-08-10 10:53:20 +01:00
parent 225ec0d4c2
commit 35c84fca92
1 changed files with 1 additions and 1 deletions

View File

@ -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) {