.mirror{transform:scaleX(-1)}.smooth-enter-active,.smooth-leave-active{transition:max-height .5s}.smooth-enter,.smooth-leave-to{max-height:0}.bounce-enter-active{animation:bounce-in .5s}.bounce-leave-active{animation:bounce-in .5s reverse}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}