nandorojo/moti

Add easing option for type "timing"

Closed this issue · 0 comments

Hey ! First - I love how easy it is to move my animations from native android implementation to RC with this library.

Now I would like to set easing to my animated values as I can with Animated from RN

I know that I can set up a sequence of values and one would argue that that is basically the easing, but not really and it's a but cumbersome to do.

I am mainly interested in applying Easing.bezier().

If this is already possible, how would I do that?

Nevermind - I was using the react-native easing, when clearly I should have been using the one from react-native-reanimated