From f39e7d6d167a67d93e6392d32f393c40d4b6b4d0 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 2 Oct 2015 18:39:40 +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 04ff8af1a78..100e803c909 100644 --- a/docs/animations.html +++ b/docs/animations.html @@ -132,7 +132,7 @@ make it even more performant. We would also like to experiment with more declarative and higher level gestures and triggers, such as horizontal vs. vertical panning.

The above API gives a powerful tool for expressing all sorts of animations in a concise, robust, and performant way. Check out more example code in -UIExplorer/AnimationExample. Of course there may still be times where Animated +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 animations that will be used for all views in the next render/layout cycle.