MCPcopy Create free account
hub / github.com/TruthHun/BookStack / fadeOut

Function fadeOut

static/editor.md/lib/codemirror/addon/tern/tern.js:636–639  ·  view source on GitHub ↗
(tooltip)

Source from the content-addressed store, hash-verified

634 }
635
636 function fadeOut(tooltip) {
637 tooltip.style.opacity = "0";
638 setTimeout(function() { remove(tooltip); }, 1100);
639 }
640
641 function showError(ts, cm, msg) {
642 if (ts.options.showError)

Callers 1

clearFunction · 0.85

Calls 1

removeFunction · 0.70

Tested by

no test coverage detected