我正在使用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 }]}
>