What's the best way to do a "triggered" animation with react-native fluid?
By that I mean an animation that starts from the same static state each time it is triggered. With Animated I just use .setValue(0) on the Animated.Value to reset the state instantly to initial. I don't yet see a way with react-native-fluid to set an animated value instantly.
BTW this library seems like an amazing piece of engineering, I'm just getting started exploring it, thanks for creating it =)
What's the best way to do a "triggered" animation with react-native fluid?
By that I mean an animation that starts from the same static state each time it is triggered. With Animated I just use .setValue(0) on the Animated.Value to reset the state instantly to initial. I don't yet see a way with react-native-fluid to set an animated value instantly.
BTW this library seems like an amazing piece of engineering, I'm just getting started exploring it, thanks for creating it =)