当在带有文本的对象上使用 jQuery fadeIn 时,它在 Safari 中渲染得很糟糕

发布于 2024-12-02 03:32:51 字数 430 浏览 1 评论 0原文

我正在使用 jQuery 淡入和淡出 DIV 的内容。除了 Safari(pc 版本 5.1、mac 5.0.5)之外,淡入淡出效果很好,基本上在所有浏览器中看起来都很流畅。在 Safari 中,HTML 文本部分以锯齿状和锯齿状淡出,并在最后一秒切换到抗锯齿状态,从而在动画中创建非常明显的“跳跃”。

我在整个互联网上找到的唯一建议是在 div 中添加背景。我尝试过,它似乎有效,但仅限于不透明背景(透明 PNG 不起作用,部分透明背景颜色不起作用)。对于我的应用程序来说,这不是一个可接受的解决方案,我的背景图像必须显示在下面。

还有其他人遇到过这个问题吗?有什么解决方法或出色的解决方案吗?

作为参考,我使用 jquery-1.6.2.min.js 和一堆插件。在 IE7、IE8、FF 5、Chrome 13 中测试成功 - 仅在 Safari 中看到此故障/错误。

谢谢!

I'm using jQuery to fade in and fade out the contents of a DIV. The fade works fine and looks smooth in basically all browsers except for Safari (pc version 5.1, mac 5.0.5). In Safari, the HTML text portion fades in kind of jagged and aliased, and snaps over to antialiased at the last second, creating a very visible "jump" in the animation.

The only suggestion I've been able to find on the entire internet, is to put a background into the div. I tried that, and it seems to work, but only with an opaque background (transparent PNG didn't work, partially transparent background color didn't work). This isn't an acceptable solution for my application, I have background imagery that has to show up underneath.

Has anyone else run into this issue? Any workarounds, or brilliant solutions?

For reference, I'm using jquery-1.6.2.min.js and a bunch of plugins. Successful tests in IE7, IE8, FF 5, Chrome 13 - only seeing this glitch/bug in Safari.

Thanks!

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

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

发布评论

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

评论(1

最冷一天 2024-12-09 03:32:51

是的,尝试 -webkit-font-smoothing: none;

Yes, try -webkit-font-smoothing: none;

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