diff --git a/docs/next/animations.html b/docs/next/animations.html index f62aa1b84b2..db9b6431735 100644 --- a/docs/next/animations.html +++ b/docs/next/animations.html @@ -316,8 +316,8 @@ Animated.tim

Additional examples

The RNTester app has various examples of Animated in use:

LayoutAnimation API

LayoutAnimation allows you to globally configure create and update 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 especially useful when layout changes may affect ancestors, for example a "see more" expansion that also increases the size of the parent and pushes down the row below which would otherwise require explicit coordination between the components in order to animate them all in sync.

diff --git a/docs/next/animations/index.html b/docs/next/animations/index.html index f62aa1b84b2..db9b6431735 100644 --- a/docs/next/animations/index.html +++ b/docs/next/animations/index.html @@ -316,8 +316,8 @@ Animated.tim

Additional examples

The RNTester app has various examples of Animated in use:

LayoutAnimation API

LayoutAnimation allows you to globally configure create and update 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 especially useful when layout changes may affect ancestors, for example a "see more" expansion that also increases the size of the parent and pushes down the row below which would otherwise require explicit coordination between the components in order to animate them all in sync.