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