jQuery Mouse Flicker in IE

柔情痞子 提交于 2019-12-07 03:23:16

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/2372079/jquery-mouse-flicker-in-ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!