【发布时间】:2011-11-18 15:32:18
【问题描述】:
你能帮我理解这个简写的行吗:
.instructions div { -webkit-animation:"instructions-opacity" 2s 1s forwards; }
非常感谢
【问题讨论】:
标签: animation css webkit opacity
你能帮我理解这个简写的行吗:
.instructions div { -webkit-animation:"instructions-opacity" 2s 1s forwards; }
非常感谢
【问题讨论】:
标签: animation css webkit opacity
参考规范:http://www.w3.org/TR/css3-animations/#the-animation-shorthand-property-
animation_root_element { [-prefix-]animation: "animation_name" duration delay direction; }
【讨论】: