【问题标题】:CSS Animation shorthandCSS 动画速记
【发布时间】:2011-11-18 15:32:18
【问题描述】:

你能帮我理解这个简写的行吗:

.instructions div { -webkit-animation:"instructions-opacity" 2s 1s forwards; }

非常感谢

【问题讨论】:

    标签: animation css webkit opacity


    【解决方案1】:

    参考规范:http://www.w3.org/TR/css3-animations/#the-animation-shorthand-property-

    animation_root_element { [-prefix-]animation: "animation_name" duration delay direction; }

    【讨论】:

      猜你喜欢
      • 2018-05-23
      • 1970-01-01
      • 2014-10-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-03-13
      • 1970-01-01
      • 2013-12-18
      相关资源
      最近更新 更多