标签: animation react-native
是否可以使用React Native Animated API为图像序列设置动画:image01.png,image02.png,image03.png等?
我已尝试使用计时器,如下所述:Animate image sequence on React Native
但是Android动画太慢而且抽搐。
我正在尝试使用useNativeDriver方法的Animated.timing()属性。但似乎不是在<Animated.Image/>块中播放一系列图像的正确方法。
useNativeDriver
Animated.timing()
<Animated.Image/>