IE8/7 中的抗锯齿图像。我有什么选择?

发布于 2025-01-08 14:03:55 字数 121 浏览 0 评论 0原文

所以我正在为客户做一个项目,他们有一个图像。他们希望图像以一定角度移动到页面上的某个位置。当它出现时,图像在 IE7/8 中会变得锯齿状且非抗锯齿。 jQuery Easing 插件是否缺少某些内容?或者这只是“IE 的事情”?

So I'm working on a project for a client and they have an image. They want the image to move at an angle to a certain position on the page. When it does the image becomes jagged and non-anti-aliased in IE7/8. Is there something I'm missing with the jQuery Easing plugin? or is this just an "IE thing"?

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

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

发布评论

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

评论(1

兔小萌 2025-01-15 14:03:55

你试过这个吗?

img { -ms-interpolation-mode: bicubic; }

Have you tried this?

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