gpt4 book ai didi

IE 中的 CSS3 转换

转载 作者:行者123 更新时间:2023-11-28 12:43:49 25 4
gpt4 key购买 nike

我需要帮助使我的代码适用于 IE8 和 9。

这是我的,

$("#logo").delay(1000).animate({
"margin-top": "-=180px"
}, {
step: function (now, fx) {
angle += 2;
$(this).css({
"-moz-transform": "rotate(" + angle + "deg)",
"-webkit-transform": "rotate(" + angle + "deg)",
"-ms-transform": "rotate(" + angle + "deg)",
"-o-transform": "rotate(" + angle + "deg)"
});
},
duration: 610
},
"linear");

但它只适用于 FF 和 Chrome。有什么方法可以让它在 IE 中工作?

最佳答案

我解决了,使用插件: http://code.google.com/p/jqueryrotate/ ,

在 IE7、8 和 9 以及 Chrome 和 FF 中为我工作

关于IE 中的 CSS3 转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17517670/

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