javascript - Is path animation possible with SVG.js -
there many examples of svg path animation, both natively
and raphael.js
p.animate({path:"m140 100 l190 60"}, 2000, function() { r.animate({path:"m190 60 l 210 90"}, 2000); });
how possible svg.js library?
no, not yet possible svg.js. have been looking , rather large implementation. try keep library small never part of library itself, might write plugin. although @ moment not have time on hands appreciated.
Comments
Post a Comment