# /* stroke */ * { animation: rotate 0.004s infinite linear; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(0.1deg); } } made a version which mimics a mild earthquake :3