Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

steps() property css

@keyframes clocksweep {
	to { 
		transform: rotate(1turn);
	}
}
#secondhand {
	animation: clocksweep 60s steps(60) infinite;
}
Source by thenewcode.com #
 
PREVIOUS NEXT
Tagged: #property #css
ADD COMMENT
Topic
Name
9+7 =