.logo{

    width:20px;
    height: 20px;
    background: red;
    -webkit-animation:haha1 .8s linear infinite;
  animation:haha1 .8s linear infinite;
} @-webkit-keyframes haha1{ 0%{-webkit-transform:rotate(0deg);} 25%{-webkit-transform:rotate(90deg);} 50%{-webkit-transform:rotate(180deg);} 75%{-webkit-transform:rotate(270deg);} 100%{-webkit-transform:rotate(360deg);} }

.logo{

    width:20px;
    height: 20px;
    background: red;
    -webkit-animation:haha1 .8s linear infinite;
  animation:haha1 .8s linear infinite;
} @-webkit-keyframes haha1{ from{transform:rotate(0)} to{transform:rotate(360deg)} } 

 

相关文章:

  • 2021-09-17
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-02-08
  • 2021-06-29
  • 2022-12-23
  • 2022-02-24
猜你喜欢
  • 2021-06-21
  • 2022-02-08
  • 2021-04-07
  • 2022-12-23
  • 2022-02-08
  • 2022-02-08
  • 2022-12-23
相关资源
相似解决方案