Re: SVG speed?
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
HelderMagalhaes wrote: > Using "setInterval" is not recommended due to a Firefox issue [2]. Er... say what? Note that setInterval and setTimeout use the same exact code in Firefox, pretty much, so you'll get very similar behavior with the two. -Boris