/ Published in: JavaScript
The Javascript code to activate a CSS transition.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function hideToast(){ var alert = document.getElementById("toast"); alert.style.opacity = 0; }