CSS 动画简写
你能帮我理解这条人手不足的线路吗:
.instructions div { -webkit-animation:"instructions-opacity" 2s 1s forwards; }
非常感谢
Can you please help me to understand this shorthanded line:
.instructions div { -webkit-animation:"instructions-opacity" 2s 1s forwards; }
Thanks a ton
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅规范:http://www.w3.org /TR/css3-animations/#the-animation-shorthand-property-
animation_root_element { [-prefix-]animation: "animation_name" 持续时间延迟方向; }
Refer to spec: http://www.w3.org/TR/css3-animations/#the-animation-shorthand-property-
animation_root_element { [-prefix-]animation: "animation_name" duration delay direction; }