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