langkah () properti css

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