/ Published in: JavaScript

The Javascript code to activate a CSS transition.
Expand |
Embed | Plain Text
function hideToast(){ var alert = document.getElementById("toast"); alert.style.opacity = 0; }
You need to login to post a comment.