From 8dffb04d49d2603b27d22847e3f82957b8f87484 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 10 Dec 2015 22:06:19 +0000 Subject: [PATCH] update website --- docs/animations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/animations.html b/docs/animations.html index f86fe352811..0da1f2d1c31 100644 --- a/docs/animations.html +++ b/docs/animations.html @@ -136,7 +136,7 @@ vertical panning.

The above API gives a powerful tool for expressing all s concise, robust, and performant way. Check out more example code in UIExplorer/AnimationExample. Of course there may still be times where Animated doesn't support what you need, and the following sections cover other animation -systems.

LayoutAnimation (iOS only) #

LayoutAnimation allows you to globally configure create and update +systems.

LayoutAnimation #

LayoutAnimation allows you to globally configure create and update animations that will be used for all views in the next render/layout cycle. This is useful for doing flexbox layout updates without bothering to measure or calculate specific properties in order to animate them directly, and is