码迷,mamicode.com
首页 > Web开发 > 详细

CSS3的animation功能

时间:2018-02-07 12:12:03      阅读:701      评论:0      收藏:0      [点我收藏+]

标签:tle   title   html   mes   post   app   animation   nim   init   

旋转动画

<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

CSS3的animation功能

标签:tle   title   html   mes   post   app   animation   nim   init   

原文地址:https://www.cnblogs.com/shengulong/p/8425436.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!