From e17f22f6c07b17fa34e41a995054184e65bd74e9 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 26 May 2016 17:21:05 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/animations.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/next/docs/animations.html b/releases/next/docs/animations.html index 07de6bd9017..2fe5e5753ce 100644 --- a/releases/next/docs/animations.html +++ b/releases/next/docs/animations.html @@ -186,7 +186,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 APIs will -manage frame updates for you.

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

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 @@ -235,7 +235,7 @@ class App extends .onClass(App, tweenState.Mixin);

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 (Not recommended - use Animated instead) #

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