MCPcopy Create free account
hub / github.com/webodf/ViewerJS / showOverlayNavigator

Function showOverlayNavigator

viewer.js:483–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481 }
482
483 function showOverlayNavigator() {
484 if (presentationMode || viewerPlugin.isSlideshow()) {
485 overlayNavigator.className = 'viewer-touched';
486 window.clearTimeout(touchTimer);
487 touchTimer = window.setTimeout(function () {
488 overlayNavigator.className = '';
489 }, UI_FADE_DURATION);
490 }
491 }
492
493 /**
494 * @param {!boolean} timed Fade after a while

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected