fade - dropout

master
Andrew Dolgov 17 years ago
parent e75441432e
commit d504311c6b

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

Loading…
Cancel
Save