CSS 动画简写

发布于 2024-12-04 16:27:42 字数 142 浏览 1 评论 0原文

你能帮我理解这条人手不足的线路吗:

.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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

会发光的星星闪亮亮i 2024-12-11 16:27:42

请参阅规范: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; }

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文