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!