@keyframes flip{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.flip-animation{animation:flip 3s linear infinite}