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