From b2ab34637b96f7bab941390f71b7aafd46ec5565 Mon Sep 17 00:00:00 2001 From: wout Date: Wed, 30 Jul 2014 11:19:34 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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._ -- 2.39.5