setShowAnimationDelay
Use setShowAnimationDelay
method, to customize delay of show offset animation with delay value in ms.
Parameters
Type | Required | Description |
---|---|---|
number | no (defaults to 0) | show offset animation delay |
Example
import { AvoidSoftInput } from "react-native-avoid-softinput";
AvoidSoftInput.setShowAnimationDelay(200);