update website

This commit is contained in:
Travis CI
2015-12-10 22:06:19 +00:00
parent 8eddd55a1c
commit 8dffb04d49
+1 -1
View File
@@ -136,7 +136,7 @@ vertical panning.</p><p>The above API gives a powerful tool for expressing all s
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>
doesn&#x27;t support what you need, and the following sections cover other animation
systems.</p><h3><a class="anchor" name="layoutanimation-ios-only"></a>LayoutAnimation (iOS only) <a class="hash-link" href="#layoutanimation-ios-only">#</a></h3><p><code>LayoutAnimation</code> allows you to globally configure <code>create</code> and <code>update</code>
systems.</p><h3><a class="anchor" name="layoutanimation"></a>LayoutAnimation <a class="hash-link" href="#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.
This is useful for doing flexbox layout updates without bothering to measure or
calculate specific properties in order to animate them directly, and is