开发者

WebKit CSS 3 for Mozilla

开发者 https://www.devze.com 2022-12-25 07:07 出处:网络
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-pr

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.


Try it in Firefox 3.7 (Gecko 1.9).


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

0

精彩评论

暂无评论...
验证码 换一张
取 消