IE 中的 jQuery 鼠标闪烁

发布于 2024-08-23 11:01:17 字数 173 浏览 6 评论 0原文

当我在 IE 中执行 .fadeIn、.fadeOut、.slideUp、.slideDown、.toggle 等 jQuery 函数时,鼠标总是闪烁,沙漏在光标旁边的视图中快速闪烁。我尝试了不同的方法来在动画进行时完全隐藏鼠标,但无济于事,而且在大多数情况下我也不希望这样做。

有人有其他解决方案来解决这个问题吗?

When I execute a jQuery function like .fadeIn, .fadeOut, .slideUp, .slideDown, .toggle, etc. in IE the mouse always flickers and the hourglass quickly flickers in and out of view next to the cursor. I've tried different methods of hiding the mouse entirely while the animation is going on to no avail, plus I don't want that in most cases anyways.

Does anyone have another solution to fix this?

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

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

发布评论

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

评论(1

绮烟 2024-08-30 11:01:17

如果您要在具有 CSS 定义背景图像的任何内容上执行动画,IE 将会执行此操作。如果你可以用另一种方式做到这一点( 标签,在 IE 动画时排除该元素等),它应该消除闪烁。

If you are doing animation on anything that has a CSS defined background image, IE will do this. If you can do that in another way (<img> tag, exclude that element when IE animates, etc) it should eliminate the flicker.

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