MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / setHelpBox

Function setHelpBox

lib/web/helpbox.js:19–27  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

17//helpBox.css("opacity", "1");
18
19function setHelpBox(text) {
20 helpBox.css("transition", "opacity 0s");
21 helpBox.css("opacity", 1);
22 helpBox.html(text)
23 setTimeout(function () {
24 helpBox.css("transition", "opacity 0s");
25 helpBox.css("opacity", 0.75)
26 }, 1000)
27}
28
29//function to pull up help menu
30function showHelpMenu() {

Callers 2

helpbox.jsFile · 0.85
changehooks.jsFile · 0.85

Calls 1

htmlMethod · 0.45

Tested by

no test coverage detected