Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

rotate animation css

/*all frames for rotation*/
@import = url("https://pastebin.com/raw/CStAV14T") 
.rotate{
  /* Start the rotate animation and make the animation last for 1 second */
  animation: rotate 1s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}
Source by pastebin.com #
 
PREVIOUS NEXT
Tagged: #rotate #animation #css
ADD COMMENT
Topic
Name
5+2 =