GoodLookingSoftware 0 Report post Posted October 26, 2015 The animation I built works, but is hopelessly slow. I'm hearing that I probably need to move it into canvas and probably use a library. What I can't figure out from shopping for a library is which ones can handle mouse events over stacked, mostly transparent layers (SVGs in this version). That will make more sense if you have a look at the animation where hovering over and clicking on the roots of the mangrove trees makes things happen. Alternatively, if you see something obvious that I could do to fix the performance of the animation as-is, that would be greatly appreciated. Thanks!Aaron Quote Share this post Link to post Share on other sites
mychiilist 3 Report post Posted October 28, 2015 Move to Canvas/WebGL. Use graphics engine like Pixi.js or Three.js. Quote Share this post Link to post Share on other sites