calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.73k stars 265 forks source link

AnimationDuration #550

Open relaxmeister opened 3 months ago

relaxmeister commented 3 months ago

Is your feature request related to a problem? Please describe. For me, this is such a fundamental thing, im not sure if im mistaken about its existence, but if its not, id really love it to be added.

Describe the solution you'd like Add an AnimationDuration-prop to ToastOptions

Sincerely, relaxmeister

avivash commented 3 months ago

@relaxmeister if you're referring to how long the toast is visible for, visibilityTime is the property you'll want to use. It defaults to 4000 ms

relaxmeister commented 3 months ago

@avivash What you are refering to is something different.

Im interested in the entering-animation-duration and exit-animation-duration.

Best regards, me :)