global.css
.slide-out-left {
animation: slide-out-left 0.6s ease-out both;
}
@keyframes slide-out-left {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-20px);
}
} Based on @Ibelick
Designed with ♥ by @AdrianGerman