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.