LayoutAnimation.configureNext()

static configureNext(config, onAnimationDidEnd?)

Schedules an animation to happen on the next layout.

@param config Specifies animation properties:

  • 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.

doc_React_Native
2016-06-23 04:24:17
Comments
Leave a Comment

Please login to continue.