Skip to content

Commit

Permalink
Quick fix up for configureNext (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
whathejoe authored and charpeni committed Mar 14, 2018
1 parent 7c69795 commit 48b9b15
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/layoutanimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,19 @@ static configureNext(config, onAnimationDidEnd?)
Schedules an animation to happen on the next layout.
@param config Specifies animation properties:
#### Parameters:
| Name | Type | Required | Description |
| ----------------- | -------- | -------- | ----------------------------------------------------------- |
| config | object | Yes | See config parameters below. |
| onAnimationDidEnd | function | No | Called when the animation finished. Only supported on iOS. |
##### config
* `duration` in milliseconds
* `create`, 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()`
Expand Down

0 comments on commit 48b9b15

Please sign in to comment.