https://github.com/daviddarnes/mac-cursors/blob/main/src/_in...
#beachball svg { animation: spin 0.5s infinite linear; transform-origin: 51.5% 51.5%; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
The animation on the website is "wobbling"