Updated docs for next

This commit is contained in:
Website Deployment Script
2016-08-08 18:49:26 +00:00
parent e32d51632e
commit 8e91163aaa
+1 -1
View File
@@ -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.</p><p>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
<a href="https://github.com/facebook/react-native/tree/master/Examples/UIExplorer/AnimatedGratuitousApp" target="_blank">UIExplorer/AnimationExample</a>. Of course there may still be times where <code>Animated</code>
<a href="https://github.com/facebook/react-native/tree/master/Examples/UIExplorer/js/AnimatedGratuitousApp" target="_blank">UIExplorer/AnimationExample</a>. Of course there may still be times where <code>Animated</code>
doesn&#x27;t support what you need, and the following sections cover other animation
systems.</p><h3><a class="anchor" name="layoutanimation"></a>LayoutAnimation <a class="hash-link" href="docs/animations.html#layoutanimation">#</a></h3><p><code>LayoutAnimation</code> allows you to globally configure <code>create</code> and <code>update</code>
animations that will be used for all views in the next render/layout cycle.