以无限模式反向动画

时间:2019-01-28 11:06:02

标签: react-native infinite react-native-animatable

我正在使用react-native-animatable,当使用zoomIn进行动画时,放大一次后,先放大然后放大,然后如何在无限模式下忽略反向

<Animatable.View
            iterationDelay={2000}
            animation="zoomIn"
            iterationCount={'infinite'}
            direction="alternate"
            style={[ {height:200,width:200,alignSelf:'center' , alignItems: 'center', justifyContent: 'center' ,opacity:0  }]}
        > 

gif my animate

0 个答案:

没有答案