mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 03:05:44 +00:00
Merge pull request #3762 from nickbalestra/patch-1
Update Animations.md
This commit is contained in:
commit
2e1dfc9bc0
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user