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