react-native-alert-notification icon indicating copy to clipboard operation
react-native-alert-notification copied to clipboard

Animation duration issue

Open Bttlg opened this issue 8 months ago • 1 comments
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, }); };

Bttlg avatar Mar 18 '25 02:03 Bttlg