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