RAMEN
Home
/
Store
/
RAMEN
Skip to main content
996 JOHNNIE DODDS BLVD #101, MT PLEASANT, SC 29464
ORDER ONLINE
Menu
window.onload = function() { const popup = document.getElementById("popup"); const mainContent = document.getElementById("mainContent"); const timeoutDuration = 1000; // 1 second before fade-out starts // Hide the logo popup after timeout setTimeout(function() { popup.classList.add("fade-out"); setTimeout(function() { popup.remove(); // Instead of display: none, remove it entirely mainContent.classList.add("fade-in"); }, 1000); }, timeoutDuration); };