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 (seeAnim
type) -
update
, config for animating views that have been updated (seeAnim
type)
@param onAnimationDidEnd Called when the animation finished. Only supported on iOS. @param onError Called on error. Only supported on iOS.
Please login to continue.