new ludo.svg.Animation() Animation of SVG DOM Nodes Source: svg/animation.js, line 1 Example circle.animate({ cx : 100, cy: 100, r: 10 }, 200, ludo.svg.easing.outCubic, function(){ console.log('finished') } );