旋转动画

<img src="https://facebook.github.io/react/img/logo.svg" class="App-logo">  
.App-logo {
  animation: App-logo-spin infinite 20s linear;
  transform: rotate(360deg);
}

@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

参考:

1、http://www.w3school.com.cn/cssref/pr_animation.asp

2、http://www.runoob.com/cssref/css3-pr-flex.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-10-21
  • 2022-12-23
  • 2021-05-05
  • 2021-11-28
猜你喜欢
  • 2021-08-17
  • 2021-08-06
  • 2021-08-23
  • 2021-07-11
  • 2021-05-22
相关资源
相似解决方案