react-native-fading-slides
react-native-fading-slides copied to clipboard
Still duration
How to set still duration separate for in between hiding and showing
Hey @anoopmm, for this use case maybe I will need to add a new property for the component.
As I think it's a nice feature to support, I will try to work on this this weekend and when it's finished I let you know here.
Thanks!
thanks ,i will wait for your update :)
@chagasaway is there any updates?
@anoopmm what exactly do you want to do?
@Rafaell416
I would like to progress this feature:
My use case requires a property that allows modification of the duration between the slides being hidden and being shown:
- fadeDuration: 500
- hiddenDuration: 100
- stillDuration: 2000
All help gratefully accepted.
Also modify the code to make it work with RN 6.0 without the componentWillReceiveProps warning
Rob