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