Could you please give some informations about svg.js use cases, particularly focusing on animations? For instance:
- environments (browser, export formats, etc...)
- best performances (how to exploit them)
- limitations (how to [not] reach them)
svg.js itself is already quite fast. To give it the optimal performance you might want to conser performant code in general. That means:
cache objects, dont alter thousand of elements at once
this is especially important when looping
use latest browsers which all know svg