From 37c2934f85606204e421ac57a22c78663b6e266e Mon Sep 17 00:00:00 2001 From: Nick Balestra Date: Wed, 28 Oct 2015 20:42:53 -0700 Subject: [PATCH] Update Animations.md Fixed Misspelling --- docs/Animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Animations.md b/docs/Animations.md index eced44fb3f..346c90363e 100644 --- a/docs/Animations.md +++ b/docs/Animations.md @@ -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`.