@keyframes clocksweep { to { transform: rotate(1turn); } } #secondhand { animation: clocksweep 60s steps(60) infinite; }