From: wout Date: Wed, 30 Jul 2014 09:19:34 +0000 (+0200) Subject: Typo X-Git-Tag: 2.0.0-rc.1~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b2ab34637b96f7bab941390f71b7aafd46ec5565;p=svg.js.git Typo --- diff --git a/README.md b/README.md index 7d72d79..e2519c4 100755 --- a/README.md +++ b/README.md @@ -1797,7 +1797,7 @@ document.onmousemove = function(event) { } ``` -In order to be able use the `at()` method, the duration of the animation should be set to `'='`. The value passed as the first argument of `at()` should be a number between `0` and `1`, `0` being the beginning of the animation and `1` being the end. Note that any values below `0` and above `1` will be normalized. +In order to be able to use the `at()` method, the duration of the animation should be set to `'='`. The value passed as the first argument of `at()` should be a number between `0` and `1`, `0` being the beginning of the animation and `1` being the end. Note that any values below `0` and above `1` will be normalized. _This functionality requires the fx.js module which is included in the default distribution._