.collapse-enter-active{animation:collapse reverse .25s cubic-bezier(.4,0,.2,1)}.collapse-leave-active{animation:collapse .25s cubic-bezier(.4,0,.2,1)}@keyframes collapse{0%{max-height:250px}to{max-height:0px}}.slide-enter-active{animation:rota .1s cubic-bezier(.4,0,.2,1)}.slide-leave-active{animation:rota .1s reverse cubic-bezier(.4,0,.2,1)}@keyframes rota{0%{transform:rotateY("90")}to{transform:rotateY("45")}}
