mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 18:05:56 +00:00
fade - dropout
This commit is contained in:
@@ -1010,7 +1010,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
|
|||||||
|
|
||||||
if (hide && !has_unread) {
|
if (hide && !has_unread) {
|
||||||
//node.childNodes[i].style.display = "none";
|
//node.childNodes[i].style.display = "none";
|
||||||
Effect.Fade(node.childNodes[i], {duration : 0.3});
|
Effect.DropOut(node.childNodes[i], {duration : 0.3});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!hide) {
|
if (!hide) {
|
||||||
|
|||||||
Reference in New Issue
Block a user