Testing grounds
Images:
Spinning CD:
#cd{ transition: .2s; z-index: 1000; width: 125px; } #cd:hover{ animation-name: spin; animation-duration: 700ms; animation-timing-function: cubic-bezier(.83,.02,0,.97); } @keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }
Rotate: