为什么 JQuery fadeIn() 的字体质量在 Internet Explorer 上比 Firefox/Chrome 上差?
为什么在 Firefox/Chrome 中查看此淡入/淡出演示的质量比在 IE8 中查看时平滑得多?
Why is the quality of this fadeIn/fadeOut demo much smoother when viewed in Firefox/Chrome than when viewed in IE8?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Internet Explorer 的旧版/专有 DirectX 不透明度过滤器在您使用它们时会禁用 ClearType(因为否则文本会完全损坏)。 IE8 及更低版本不支持 CSS 不透明度,因此没有可靠的解决方法。通常,对于 IE,您需要在渲染文本以供阅读时删除过滤器,以便 ClearType 正常工作。
Internet Explorer's legacy/proprietary DirectX opacity filters disable ClearType when you use them (because otherwise the text is completely corrupted). IE8 and below do not support CSS opacity, and hence there's no solid workaround. Typically, for IE, you'll want to remove the Filter when rendering the text for reading so that ClearType works properly.