react-native-alert-notification
react-native-alert-notification copied to clipboard
Animation duration issue
trafficstars
I wanna change duration opening and ending animation. How to set animation duration? Current animation is too slow
I think this code:
private _animatedTiming = (toValue: number) => { return Animated.timing(this._positionToast, { toValue, duration: 250, useNativeDriver: true, }); };