Re: SVG speed?
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
voipme wrote: > I've been messing with SVG for a while now, and managed to come up > with a relatively good library that I use for all of my SVG > animations. I'm running into a problem where I'm trying to animate > multiple (upwards of 20) SVG elements at the same time, and I keep > running into crazy framerate issues. Its expected It is? Sounds like a performance bug to me. A testcase would help. >, but its a nasty > visual effect that I'm trying to avoid. All of my animations are > being performed with setTimeout, and I'm curious if there's a better > way to do it. (perhaps setInterval?) Hard to say without a testcase and absent some serious telepathic abilities. -Boris