From 64df6f16f716d4b135a037e76cd5bf5b358d76cd Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 15 Jul 2015 06:20:16 +0000 Subject: [PATCH] update website --- docs/animations.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #

react-tween-state is a +manage frame updates for you.

react-tween-state (Not recommended - use Animated instead) #

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 npm i react-tween-state }, });

Run this example

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 #

Rebound.js is a JavaScript port of +README.

Rebound (Not recommended - use Animated instead) #

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