Re: SVG speed?
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
>> All of my animations are being performed with setTimeout, and I'm curious if there's a better >> way to do it. (perhaps setInterval?) > > Using "setInterval" is not recommended due to a Firefox issue [2]. Err.. I think you are reading way too much into that bug. Do you have any data to back up that it's causing enough problem that setInterval and/or setTimeout should be stayed away from? / Jonas