.slide-enter-active{animation:collapse .1s cubic-bezier(.4,0,.2,1)}.slide-leave-active{animation:collapse .1s reverse cubic-bezier(.4,0,.2,1)}.slide-enter-active .message{animation:translate-move .3s cubic-bezier(.4,0,.2,1)}.slide-leave-active .message{animation:translate-move .3s reverse cubic-bezier(.4,0,.2,1)}@keyframes translate-move{0%{opacity:0;transform:translate(10px)}to{opacity:100;transform:translate(0)}}@keyframes collapse{0%{max-height:0}to{max-height:30px}}
