.menu-content{position:fixed;top:0;right:0;width:300px;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease-in-out}.menu-animation-enter-active,.menu-animation-leave-active{transition:transform .3s ease-in-out}.menu-animation-enter-from,.menu-animation-leave-to{transform:translate(100%)}.menu-animation-enter-to,.menu-animation-leave-from{transform:translate(0)}
