1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 16:01:28 +00:00

add fade-in to shortcut help overlay

This commit is contained in:
Andrew Dolgov
2008-05-17 06:36:54 +01:00
parent 2a8534a008
commit 86deaa0eb9
3 changed files with 7 additions and 4 deletions

View File

@@ -1754,7 +1754,8 @@ function pref_hotkey_handler(e) {
if (keycode == 191 && shift_key) { // ?
if (!Element.visible("hotkey_help_overlay")) {
Element.show("hotkey_help_overlay");
//Element.show("hotkey_help_overlay");
Effect.Appear("hotkey_help_overlay", {duration : 0.3});
} else {
Element.hide("hotkey_help_overlay");
}