SVG speed?
voipme <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
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, 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?)