1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 02:55:55 +00:00

UNDO: fade - dropout

This commit is contained in:
Andrew Dolgov
2007-08-10 17:55:47 +01:00
parent d504311c6b
commit 7a27bf8344

View 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) {