1

I am use react-native-animatable , when use zoomIn animate, After zooming once, it zoomOut then zooming in , how can ignore reverse in infinite mode

<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 Answers0