From 64df6f16f716d4b135a037e76cd5bf5b358d76cd Mon Sep 17 00:00:00 2001
From: Travis CI
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) #