react-native-fading-slides icon indicating copy to clipboard operation
react-native-fading-slides copied to clipboard

Still duration

Open anoopmm opened this issue 7 years ago • 5 comments

How to set still duration separate for in between hiding and showing

anoopmm avatar Feb 23 '18 16:02 anoopmm

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!

chagasaway avatar Mar 03 '18 03:03 chagasaway

thanks ,i will wait for your update :)

anoopmm avatar Mar 03 '18 06:03 anoopmm

@chagasaway is there any updates?

anoopmm avatar Mar 15 '18 03:03 anoopmm

@anoopmm what exactly do you want to do?

Rafaell416 avatar Oct 21 '18 06:10 Rafaell416

@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:

  1. fadeDuration: 500
  2. hiddenDuration: 100
  3. stillDuration: 2000

All help gratefully accepted.

Also modify the code to make it work with RN 6.0 without the componentWillReceiveProps warning

Rob

bruxalldev avatar Jun 21 '20 00:06 bruxalldev