From 5dcf51e403796baa660b5d84fc0ef024ac7f94bf Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 14 Mar 2018 17:09:09 +0000 Subject: [PATCH] Deploy website Deploy website version based on 8db38a0dd85d14937e5b62a04600c9a00a6ce263 --- docs/next/layoutanimation.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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)