lvlrSajjad / react-native-blur-overlay

React Native Blur Overlay Library For Ios And Android
MIT License
95 stars 34 forks source link

Add fadeDuration prop #15

Open hsjoberg opened 5 years ago

hsjoberg commented 5 years ago

This pull request adds a new fadeDuration property, used for deciding how fast the fade-in and fade-out animation should be. Behaviour is unchanged for code that does not use the fadeDuration property.

Cheers.