Ist die Pfad-animation möglich SVG.js

Gibt es viele Beispiele von SVG-path-animation, sowohl nativ

http://jsfiddle.net/FVqDq/

und mit Raphael.js

http://jsfiddle.net/d7d3Z/1/

p.animate({path:"M140 100 L190 60"}, 2000, function() {
    r.animate({path:"M190 60 L 210 90"}, 2000);
});

Wie ist das möglich, mit der svg.js Bibliothek?

InformationsquelleAutor Stan Bondi | 2013-05-09
Schreibe einen Kommentar