()
| 1100 | }, 50); |
| 1101 | } |
| 1102 | function 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 | } |
| 1108 | function initializeScrollListener() { |
| 1109 | if (window.currentObserver) window.currentObserver.disconnect(); |
| 1110 |