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:

+

Parameters:

+ + + + + + + + +
NameTypeRequiredDescription
configobjectYesSee config parameters below.
onAnimationDidEndfunctionNoCalled when the animation finished. Only supported on iOS.
+
config
-

@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)