1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 07:21:29 +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

@@ -110,7 +110,7 @@ window.onload = init;
</div> -->
<div class='prefKbdHelp'>
<img src="images/small_question.png" alt="?"> <a href='#' onclick="Element.show('hotkey_help_overlay')">Keyboard shortcuts</a>
<img src="images/small_question.png" alt="?"> <a href='#' onclick="Effect.Appear('hotkey_help_overlay', {duration: 0.3})">Keyboard shortcuts</a>
</div>
<div class="firstTab">&nbsp;</div>