diff options
author | chinhodado <chin.bimbo@gmail.com> | 2014-07-01 00:43:38 -0400 |
---|---|---|
committer | chinhodado <chin.bimbo@gmail.com> | 2014-07-01 00:43:38 -0400 |
commit | 8413579fba420ca0bfed28e46565402b925e9856 (patch) | |
tree | 4fac78de83aa9b59a6c933865ffde98230ca524f | |
parent | bb0e6be2da0cea98c5303871c0be055f5f70d7a9 (diff) | |
download | svg.js-8413579fba420ca0bfed28e46565402b925e9856.tar.gz svg.js-8413579fba420ca0bfed28e46565402b925e9856.zip |
typo
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1686,7 +1686,7 @@ Note that the `after()` method will never be called if the animation is looping __`returns`: `SVG.FX`__ ### to() -Say you want to control the position of an animation with an external event, then the `to()` method will proove very useful: +Say you want to control the position of an animation with an external event, then the `to()` method will prove to be very useful: ```javascript var animate = draw.rect(100, 100).move(50, 50).animate('=').move(200, 200) |