@keyframes ModalSidebarShow { from { right: -100%; } to { right: 0; } } @keyframes ModalSidebarHide { from { right: 0; } to { right: -100%; } }