Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

rotate z axis css

#rotated{
	transform: rotateZ(45deg);
	transition: transform linear 2s; /*For animation*/
}
 
PREVIOUS NEXT
Tagged: #rotate #axis #css
ADD COMMENT
Topic
Name
7+7 =