From: Andrew Dolgov Date: Fri, 10 Aug 2007 16:55:47 +0000 (+0100) Subject: fade - dropout X-Git-Tag: 1.2.14~80 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d504311c6b5a4eb1ca22b84f6c3b7245c30880fb;p=tt-rss.git fade - dropout --- diff --git a/functions.js b/functions.js index 4798c3c2..b99b67a8 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) {