1

My question:

How many animations can IE8 handle at a single time and still process the animation correctly?

More detail:

I have two onload recursive slider animations and it is not working in IE8. Is there any way to optimize jQuery animations besides $('elem').stop().animate()?

Thank you!

Dandy
  • 851
  • 2
  • 11
  • 22
  • Can you provide more information? What exactly 'doesnt work'? jsFiddle would be extremely helpful too. – roacher Nov 13 '12 at 15:16
  • Is it working in other browsers? – Philipp Nov 13 '12 at 15:19
  • It is working in other browsers, it's just clunky in IE8. – Dandy Nov 13 '12 at 15:20
  • If I remove one animation the other processes the animation much better. This makes sense, but I would think that IE8 should be able to at least handle two animations at a time. I may be wrong. – Dandy Nov 13 '12 at 15:21
  • Not that much you can do about IE performance. Some of the comments on the jQuery Animate() page suggest that by adjusting the internal tick time you can improve performance (might be worth a try). http://api.jquery.com/animate/#comment-50886341 – Dracs Dec 20 '12 at 05:54

0 Answers0