jQuery] [SVG] small animation problem
I noticed that a strange behaviour happens if one tries to animate a transform property to the current translation:
- x = tool.svg.rect(10,10,50,50,{fill:'black'})
- $(x).animate({svgTransform:'translate(10 10)'})
- //wait for animation to compete
- $(x).animate({svgTransform:'translate(10 10)'})