global.css
.flip-in-x { animation: flip-in-x 0.6s ease-out both; } @keyframes flip-in-x { 0% { opacity: 0; transform: rotateY(90deg); } 100% { opacity: 1; transform: rotateY(0deg); } }
Based on @Ibelick
Designed with ♥ by @AdrianGerman
.flip-in-x { animation: flip-in-x 0.6s ease-out both; } @keyframes flip-in-x { 0% { opacity: 0; transform: rotateY(90deg); } 100% { opacity: 1; transform: rotateY(0deg); } }
Based on @Ibelick
Designed with ♥ by @AdrianGerman