.rotate-center-5-times {
	-webkit-animation: rotate-center-5-times 1s linear 5 both;
	        animation: rotate-center-5-times 1s linear 5 both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-7-13 13:21:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center-5-times
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center-5-times {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center-5-times {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
