diff --git a/docs/animations.html b/docs/animations.html index 4bf89983360..aa7d0ced859 100644 --- a/docs/animations.html +++ b/docs/animations.html @@ -88,7 +88,7 @@ everything beyond that, you could do:
Which would map like so:
| Input | Output |
|---|---|
| -400 | 450 |
| -300 | 300 |
| -200 | 150 |
| -100 | 0 |
| -50 | 0.5 |
| 0 | 1 |
| 50 | 0.5 |
| 100 | 0 |
| 101 | 0 |
| 200 | 0 |
interpolation also supports arbitrary easing functions, many of which are
already implemented in the
Easing
-class including quadradic, exponential, and bezier curves as well as functions
+class including quadratic, exponential, and bezier curves as well as functions
like step and bounce. interpolation also has configurable behavior for
extrapolation, the default being 'extend', but 'clamp' is also very useful
to prevent the output value from exceeding outputRange.
Animated values can also track other values. Just set the toValue of an