transform: rotate3d()
@keyframes drehung { 0% { transform: rotate3d(1, 1, 1, 0); } 100% { transform: rotate3d(1, 1, 1, 360deg); } }