MCPcopy Create free account
hub / github.com/Cicada000/VV / completeLoadingBar

Function completeLoadingBar

Web/script.js:1102–1107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1100 }, 50);
1101}
1102function completeLoadingBar() {
1103 const loadingBar = document.getElementById("loadingBar");
1104 clearInterval(loadingBar.interval);
1105 loadingBar.style.transition = "width 0.3s ease-out";
1106 loadingBar.style.width = "100%";
1107}
1108function initializeScrollListener() {
1109 if (window.currentObserver) window.currentObserver.disconnect();
1110

Callers 1

handleSearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected