diff --git a/docs/animations.html b/docs/animations.html index 3194051bdf6..455fce002d0 100644 --- a/docs/animations.html +++ b/docs/animations.html @@ -179,7 +179,7 @@ familiar with. It accepts a function as its only argument and calls that function before the next repaint. It is an essential building block for animations that underlies all of the JavaScript-based animation APIs. In general, you shouldn't need to call this yourself - the animation API's will -manage frame updates for you.
react-tween-state is a +manage frame updates for you.
react-tween-state is a
minimal library that does exactly what its name suggests: it tweens a
value in a component's state, starting at a from value and ending at
a to value. This means that it generates the values in between those
@@ -225,7 +225,7 @@ your project, you will need to install it with Here we animated the opacity, but as you might guess, we can animate any
numeric value. Read more about react-tween-state in its
-README. Rebound.js is a JavaScript port of
+README. Rebound.js is a JavaScript port of
Rebound for Android. It is
similar in concept to react-tween-state: you have an initial value and
set an end value, then Rebound generates intermediate values that you can
npm i react-tween-state
},
});
Rebound #
Rebound (Not recommended - use Animated instead) #