@keyframes popupScale{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes bounceOnce{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.popup-animate{animation:popupScale .4s ease-out}.bounce-once{animation:bounceOnce .5s ease-out}