summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-19 17:33:03 +0100
committerAndrew Dolgov <[email protected]>2008-02-19 17:33:03 +0100
commit1924fa1bbfd53f4d337e2995cfc524954091eee8 (patch)
tree9f556c4d1b2ad45c9d967769f8530a05106935a3 /tt-rss.js
parent24c1e1c1444a963fae480615d4e44ed5cd2af588 (diff)
hidden feedlist: add disabled fade effect
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 2bdca6919..9cbe05134 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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");