.popup-enter-active,.popup-leave-active{transition:transform .5s ease-out,opacity .5s}.popup-enter-from,.popup-leave-to{opacity:0;transform:translateY(50px)}.popup-box{animation:bounce 1s infinite alternate}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}
