jquery动画和图像调整大小闪烁

发布于 2024-08-28 14:05:33 字数 539 浏览 4 评论 0原文

我在 http://www.mcz-scenario.it 中完成的调整大小效果有问题。当您点击一种语言时,您可以看到“背景”图像转移到屏幕的某个位置。

这是图像:

<img id="lago" src="http://www.mcz-scenario.it/images/lago.jpg" height="1070" width="1600" alt="lago" />

这是“调整大小”效果

$("#lago").animate({
height: 148,
width: 264,
top: endPosition2.top+42,
left: endPosition2.left+350+26}, 4000);

现在...我在 Firefox 中看到运行此动画时出现一些闪烁。我该如何处理这个问题?由于图片太大,这正常吗?请帮助我:(

谢谢

i've a problem with a resize effect that i've done in http://www.mcz-scenario.it. When you click on a language, you can see the "background" image transferring into a certain position of the screen.

this is the image:

<img id="lago" src="http://www.mcz-scenario.it/images/lago.jpg" height="1070" width="1600" alt="lago" />

And this is the "resize" effect

$("#lago").animate({
height: 148,
width: 264,
top: endPosition2.top+42,
left: endPosition2.left+350+26}, 4000);

Now... I see some flickering running this animation in Firefox. How can i handle this? Is it normal because the image is too large? Help me please :(

THX

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

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

发布评论

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

评论(1

不一样的天空 2024-09-04 14:05:34

尝试使动画更快,例如 500 而不是 4000。即使有一点闪烁,这种方式似乎也不会那么令人不安。

解决方案是使用 Flash。

Try making the animation faster, say 500 instead of 4000. It seems less disturbing this way even if there is a bit of flicker.

A solution would be to use Flash.

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