-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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, }); };
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels