Preview:
setTimeout(() => {
    modalContainer.style.display = "block";
    
    
    setTimeout(() => {
        modalContainer.style.display = "none";
    }, 2000); // 2000 milliseconds = 2 seconds

}, 2000); // 2000 milliseconds = 2 seconds
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter