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