jQuery 动画,不流畅
你知道动画猫如何才能移动得更流畅吗?
很卡顿,不知道如何让它变得更流畅。 jQuery.fx.interval 没有帮助
http://christianhaller.com/jquery-animate-img。 html
谢谢, 基督教
do you have an idea, how the animated cats could move smoother?
It's stuttering and I don't know how to set it smoother.
jQuery.fx.interval isn't helping
http://christianhaller.com/jquery-animate-img.html
thx,
christian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
口吃似乎是由于缓动造成的,因为您移动图像的量非常小,并且微小的变化是显而易见的。只需将动画的 easing 参数设置为 Linear 即可。
The stuttering appears to be because of the easing, since you are moving the image a very small amount and small changes are obvious. Just set the
easing
parameter of the animation tolinear
.来自 CrossSlide jQuery 插件开发人员:
我相信这也适用于这里。希望有帮助。
From the CrossSlide jQuery plugin developer:
I believe that applies here as well. Hope that helps.