Merge pull request #3762 from nickbalestra/patch-1

Update Animations.md
This commit is contained in:
Brent Vatne 2015-10-28 21:09:17 -07:00
commit 2e1dfc9bc0
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ Input | Output
`interpolation` also supports arbitrary easing functions, many of which are
already implemented in the
[`Easing`](https://github.com/facebook/react-native/blob/master/Libraries/Animation/Animated/Easing.js)
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`.