CSS动画简写

时间:2011-09-16 11:56:03

标签: animation css3 webkit opacity

你能帮助我理解这条不起眼的路线:

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

非常感谢

1 个答案:

答案 0 :(得分:1)

请参阅规格:http://www.w3.org/TR/css3-animations/#the-animation-shorthand-property-

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