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