Page content showing while loading animation is happening?
Advertisements I have a loading animation. https://repulsiverectangularcomputationallinguistics.elliott23.repl.co/ The content of the page shows while the loading animation is still going. I haven’t had this happen before. This is the CSS and HTML also some JavaScript. function $(qry){return document.querySelector(qry);} setTimeout(() => { $(“.loader-wrapper”).classList.add(“invis”) }, 3000) html { height: 100%; width: 100%; background-color: white; } .container{ width:… Read More Page content showing while loading animation is happening?