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:

InputOutput
-400450
-300300
-200150
-1000
-500.5
01
500.5
1000
1010
2000

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.

Tracking Dynamic Values #

Animated values can also track other values. Just set the toValue of an