From 074e0a6316341d3f8cae02e0791324064e6b849f Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 29 Oct 2015 04:17:26 +0000 Subject: [PATCH] update website --- docs/animations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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