wcandillon / react-native-redash

The React Native Reanimated and Gesture Handler Toolbelt
https://wcandillon.gitbook.io/redash/
MIT License
1.99k stars 117 forks source link

any idea to implement stagger/sequence/parallel with reanimated in redash #388

Open chj-damon opened 4 years ago

chj-damon commented 4 years ago

these three functions are very useful in Animated API. But I can hardly find any useful information about how to achieve the same effect alternatively with react-native-reanimated. I think it would be great if redash can implement it as some basic utillity functions.

Stevemoretz commented 3 years ago

Using reanimated 2, you can use withSequence, or run them on the next line of your code then it would be parallel.

Don't know what stagger is.