.splash-enter-active,.splash-leave-active{transition:opacity .5s ease-in-out,transform .5s ease-in-out}.splash-enter-from,.splash-leave-to{opacity:0;transform:scale(1.05)}.animate-progress{animation:1.5s ease-in-out infinite progress-bar}@keyframes progress-bar{0%{width:30%;transform:translate(-100%)}50%{width:60%}to{width:30%;transform:translate(250%)}}
