diff --git a/docs/next/layoutanimation.html b/docs/next/layoutanimation.html index 56c9cc851e7..2e46b5ff4fd 100644 --- a/docs/next/layoutanimation.html +++ b/docs/next/layoutanimation.html @@ -31,13 +31,22 @@
static configureNext(config, onAnimationDidEnd?)
Schedules an animation to happen on the next layout.
-@param config Specifies animation properties:
+| Name | Type | Required | Description |
|---|---|---|---|
| config | object | Yes | See config parameters below. |
| onAnimationDidEnd | function | No | Called when the animation finished. Only supported on iOS. |
duration in millisecondscreate, config for animating in new views (see Anim type)update, config for animating views that have been updated (see Anim type)@param onAnimationDidEnd Called when the animation finished. Only supported on iOS. @param onError Called on error. Only supported on iOS.
create()static create(duration, type, creationProp)