mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Updated docs for next
This commit is contained in:
@@ -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'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.
|
||||
|
||||
Reference in New Issue
Block a user