From 074e0a6316341d3f8cae02e0791324064e6b849f Mon Sep 17 00:00:00 2001
From: Travis CI
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