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");
}
</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"> </div>
}
if (opid == "qmcHKhelp") {
- Element.show("hotkey_help_overlay");
+ //Element.show("hotkey_help_overlay");
+ Effect.Appear("hotkey_help_overlay", {duration : 0.3});
}
} catch (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");
}