From: Andrew Dolgov Date: Fri, 10 Aug 2007 09:53:20 +0000 (+0100) Subject: change dropout to fade X-Git-Tag: 1.2.14~91 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=35c84fca92a50810410dc33ed6efbd2d8cfce43a;p=tt-rss.git change dropout to fade --- diff --git a/functions.js b/functions.js index 56e56b1a..4585b3ba 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) {