update website

This commit is contained in:
Travis CI
2015-10-02 18:39:40 +00:00
parent d4d9bebb22
commit f39e7d6d16
+1 -1
View File
@@ -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.</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/blob/master/Examples/UIExplorer/AnimationExample" 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/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>
animations that will be used for all views in the next render/layout cycle.