.rotate-enter{transform:rotateX(90deg);opacity:0}.rotate-enter-active{transform:rotateX(0);opacity:1;transition:transform .5s,opacity .5s}.rotate-exit{transform:rotateX(0);opacity:1}.rotate-exit-active{transform:rotateX(-90deg);opacity:0;transition:transform .5s,opacity .5s}
