分享更有价值
被信任是一种快乐

css中的animation属性怎么用

文章页正文上

这篇文章给大家分享的是有关css中的animation属性怎么用的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。
  animation-duration属性
  在CSS3中,我们可以使用animation-duration属性来设置动画的持续时间,也就是完成从0%到100%所使用的总时间。animation-duration属性跟CSS3过渡中的transition-duration属性相似。
  语法:
  animation-duration:时间;
  说明:
  animation-duration属性取值是一个时间,单位为s(秒),免费云主机、域名可以为小数如0.5s。
  举例:
  

  
  
  
     @-webkit-keyframesmytranslate
  {
  0%{}
  100%{-webkit-transform:translateX(100px);}
  }
  div:not(#container)
  {
  width:40px;
  height:40px;
  border-radius:20px;
  background-color:red;
  -webkit-animation-name:mytranslate;
  -webkit-animation-timing-function:linear;
  }
  #container
  {
  display:inline-block;
  width:140px;
  border:1pxsolidsilver;
  }
  #div1{-webkit-animation-duration:2s;margin-bottom:10px;}
  #div2{-webkit-animation-duration:4s;}
  
  
  
     

相关推荐: javascript中有file对象吗

这篇文章主要介绍“javascript中有file对象吗”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“javascript中有file对象吗”文章能帮助大家解决问题。 javascript中有file对象;file对象…

文章页内容下
赞(0) 打赏
版权声明:本站采用知识共享、学习交流,不允许用于商业用途;文章由发布者自行承担一切责任,与本站无关。
文章页正文下
文章页评论上

云服务器、web空间可免费试用

宝塔面板主机、支持php,mysql等,SSL部署;安全高速企业专供99.999%稳定,另有高防主机、不限制内容等类型,具体可咨询QQ:360163164,Tel同微信:18905205712

主机选购导航云服务器试用

登录

找回密码

注册