适用于 Mozilla 的 WebKit CSS 3

发布于 2024-08-27 07:30:15 字数 206 浏览 10 评论 0原文

相当于什么

-webkit-transition: opacity 0.6s linear;

-moz

?我尝试用 -moz 替换 -webkit,但没有任何反应。我什至尝试将其扩展到 -moz-transition-property/duration,但没有成功。

What is the equivalent of

-webkit-transition: opacity 0.6s linear;

in -moz?

I tried replacing -webkit with -moz, but nothing happened. I even tried extending it to -moz-transition-property/duration, but with no success.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

情感失落者 2024-09-03 07:30:15

没有一个。像 transition 这样的 CSS 动画属性几乎是由 Apple 发明的(尽管我认为他们已经将它们提交到 CSS3 中),并且到目前为止它们只在 WebKit 中实现。

不过,Firefox 的夜间版本提供了一些支持: http: //blog.mozbox.org/post/2009/10/12/Some-new-demos

There isn’t one. CSS animation properties like transition were pretty much invented by Apple (although I think they’ve submitted them for inclusion on CSS3), and they’ve only been implemented in WebKit so far.

There is some support in the nightly builds of Firefox though: http://blog.mozbox.org/post/2009/10/12/Some-new-demos

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