.animate-toast-in{animation:animate-toast-in .5s ease-out}.animate-toast-out{animation:animate-toast-out .5s ease-in}@keyframes animate-toast-in{0%{transform:scale(0);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}@keyframes animate-toast-out{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}