AI CSS Animations

spin-in

Animation Code

Copied!
@keyframes spinIn { 0% { transform: rotate(-720deg) scale(0); opacity: 0; } 100% { transform: rotate(0deg) scale(1); opacity: 1; } }

Animation Editor