Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vishal-raj-1/Awesome-JavaScript-Projects
/ hidePreloader
Function
hidePreloader
assets/js/scripts.js:6–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
//Preloader
5
preloaderFadeOutTime = 500;
6
function
hidePreloader() {
7
var
preloader = $(
'#spinner-wrapper'
);
8
preloader.fadeOut(preloaderFadeOutTime);
9
}
10
hidePreloader();
11
});
12
Callers
1
scripts.js
File · 0.85
Calls
1
$
Function · 0.70
Tested by
no test coverage detected