]> git.wh0rd.org - tt-rss.git/commitdiff
change dropout to fade
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 10 Aug 2007 09:53:20 +0000 (10:53 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 10 Aug 2007 09:53:20 +0000 (10:53 +0100)
functions.js

index 56e56b1a1dbf9e1a4b2a4845d2708d0f30290be8..4585b3baa30f4d7708a31857d5502aa6bb3cf1c0 100644 (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) {