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