码迷,mamicode.com
首页 > 其他好文 > 详细

Animation属性及属性值

时间:2014-06-18 19:11:14      阅读:710      评论:0      收藏:0      [点我收藏+]

标签:class   com   cti   name   时间   io   

组合式写法:animation: name duration timing-function delay iteration-count direction;

拆分式写法:animation-name: 动画名称;
      animation-duration: 动画作用时间;
      animation-timing-function: 动画补间时运用的计算公式;
      animation-delay: 动画需间隔多久后才开始;
      animation-iteration-count: 10;/*定义循环资料,infinite为无限次*/
      animation-direction: 动画作用的方向;

Animation属性及属性值,布布扣,bubuko.com

Animation属性及属性值

标签:class   com   cti   name   时间   io   

原文地址:http://www.cnblogs.com/webdugui/p/3790667.html

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