]> git.wh0rd.org Git - tt-rss.git/commitdiff
fade - dropout
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 10 Aug 2007 16:55:47 +0000 (17:55 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 10 Aug 2007 16:55:47 +0000 (17:55 +0100)
functions.js

index 4798c3c20db266034ef254135bcb7c8626ee837a..b99b67a8159b1837b2429ceaee4bc6e46f19c813 100644 (file)
@@ -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) {