diff --git a/releases/next/docs/animations.html b/releases/next/docs/animations.html index 8d8cc166f28..3b5565da996 100644 --- a/releases/next/docs/animations.html +++ b/releases/next/docs/animations.html @@ -137,7 +137,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 #

LayoutAnimation allows you to globally configure create and update animations that will be used for all views in the next render/layout cycle.