if(animation_speed)
            {
                svg.transition()
                    .duration(animation_speed)
                    .attr('transform', 'translate(' + translate + ')scale(' + scale + ')');