gpt4 book ai didi

css - -webkit- 与 -moz-过渡

转载 作者:技术小花猫 更新时间:2023-10-29 11:14:39 24 4
gpt4 key购买 nike

我在我的网站上使用 CSS3 转换,-webkit- 似乎可以正常工作,而 -moz- 却没有。

这是 CSS:

article {z-index: 2; float: left; overflow: hidden; position: relative; -webkit-transition: -webkit-transform 0.2s ease-in-out; -moz-transition: -moz-transform 0.2s ease-in-out; }

.mousedown{-webkit-transform: translate(-180px, 0) !important; -moz-transform: translate(-180px, 0) !important; }

只需使用 jQuery 将 mousedown 类添加到文章中即可。

知道我哪里出错了吗?

最佳答案

Firefox 4 及更高版本支持 -moz-transition。查看documentation page .

关于css - -webkit- 与 -moz-过渡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2793984/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com