GIF89a
function popUP(msgg) { var x = document.getElementById("snackbar"); $("#snack_msgg").html(msgg); x.className = "show"; setTimeout(function(){ x.className = x.className.replace("show", "Hello"); }, 3000); }