]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Wed, 6 Mar 2013 11:44:29 +0000 (11:44 +0000)
committerwout <wout@impinc.co.uk>
Wed, 6 Mar 2013 11:44:29 +0000 (11:44 +0000)
README.md

index ab1ee8a9bf4a511d6a9bd2dc2ac6ca6fab8602db..0d57c54f02813b0be929917c98b9d0066f8b5d50 100644 (file)
--- a/README.md
+++ b/README.md
@@ -423,7 +423,7 @@ rect.animate(3000).move(100, 100).during(function(pos) {
 ```
 Note that `pos` is `0` in the beginning of the animation and `1` at the end of the animation.
 
-To make things easier for you a convenience method is passed as the second argument. This method accepts a from and to value and can be a number, unit or hex color:
+To make things easier a morphing function is passed as the second argument. This function accepts a `from` and `to` value as the first and second argument and they can be a number, unit or hex color:
 
 ```javascript
 var ellipse = draw.ellipse(100, 100).attr('cx', '20%').fill('#333')