I'm using setInterval in an iPad app, and I have around 30 or 40 running at once (for a flickering animation effect) it seems to be slowing down the response time of my buttons, and generally lagging the app up pretty badly.
Does anyone have any info on this? Is this something setInterval is known to do? Thanks in advance to any responses.