react-native-animatable
react-native-animatable copied to clipboard
reverse animate in infinite mode
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 }]}
>
Did you find any solution to reverse the animation?