开发者

jQuery Cycle plugin is choppy with larger images

开发者 https://www.devze.com 2023-01-18 13:41 出处:网络
My slideshow is choppy (looks like the fps is slow) when my images are 开发者_如何转开发a larger size, 1000 x 560 px. I resized the images to 200 x 200 as a test and the fade was smooth. Any ideas?I t

My slideshow is choppy (looks like the fps is slow) when my images are 开发者_如何转开发a larger size, 1000 x 560 px. I resized the images to 200 x 200 as a test and the fade was smooth. Any ideas?


I think for larger images you're going to get some choppiness, especially when using jQuery animate.

Look at the difference between these two demos (use the left & right buttons):

  • Wide image scroll with jQuery animate
  • Wide image scroll using scrollLeft

So, I guess I'm saying try optimizing your code.


Believe it or not, the solution was to restart my mac! Odd...

0

精彩评论

暂无评论...
验证码 换一张
取 消