jQuery animate, not smooth
问题 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 回答1: 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 to linear . 回答2: From the CrossSlide jQuery plugin developer: It also bears to mention that