适用于 Mozilla 的 WebKit CSS 3
相当于什么
-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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Firefox 3.7 (Gecko 1.9) 中尝试。
Try it in Firefox 3.7 (Gecko 1.9).
没有一个。像
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