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