I created SVG using inkscape and now I want to add some animation according to some logic.
I know JavaScript well and have basic experience with jQuery. So I thought I could animate SVG with jQuery.
Google finds countless tutorials on how to work with embedded SVG embedded in XHTML, but I have standalone SVG and Firefox complains
Error: b.style undefined
Source file: [...] jquery.js
Line: 16
Is there a way to get jQuery to work? Or, as an alternative, can you recommend another JavaScript library that I could use that matches the purpose?
source
share