MCPcopy
hub / github.com/aframevr/aframe / setupTitle

Function setupTitle

src/core/scene/loadingScreen.js:88–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88function setupTitle () {
89 titleEl = document.createElement('div');
90 titleEl.className = LOADER_TITLE_CLASS;
91 titleEl.innerHTML = document.title;
92 titleEl.style.display = 'none';
93 titleEl.setAttribute(AFRAME_INJECTED, '');
94 sceneEl.appendChild(titleEl);
95}

Callers 1

setupFunction · 0.85

Calls 1

setAttributeMethod · 0.45

Tested by

no test coverage detected