react-native-simple-animations icon indicating copy to clipboard operation
react-native-simple-animations copied to clipboard

Custom Animation

Open mohamedshuaau opened this issue 5 years ago • 1 comments
trafficstars

First of all, I just want to say than you for this. It is smooth, performs great and overall best I have seen so far.

My current situation is that I am using a touchable opacity and onFocus, I am changing the width and height of the element. Now I wanted to add a transition to that width height expansion. Is this possible in this package?

mohamedshuaau avatar Feb 04 '20 07:02 mohamedshuaau

@armagedan Currently, that's not possible, to make the component simple, I've limited what kind of animations could be done, but if you had a simple code sample I could use for testing I could check it out and maybe make some updates to the library? I've actually thought about making a simple-transitions component where you just pass a prop you want to animate and it does that instead of providing the built in zoom/bounce/move, et cetera animations.

joeyschroeder avatar Feb 20 '20 15:02 joeyschroeder