1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 17:25:57 +00:00

hidden feedlist: add disabled fade effect

This commit is contained in:
Andrew Dolgov
2008-02-19 17:33:03 +01:00
parent 24c1e1c144
commit 1924fa1bbf
2 changed files with 5 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ function toggle_feedlist() {
fl.style.zIndex = 30;
} else {
Element.hide(fl);
// Effect.Fade(fl, {duration : 0.2,
// queue: { position: 'end', scope: 'FLFADEQ', limit: 1 }});
}
} catch (e) {
exception_error(e, "toggle_feedlist");