react-native-animatable icon indicating copy to clipboard operation
react-native-animatable copied to clipboard

reverse animate in infinite mode

Open caspianprogrammer opened this issue 6 years ago • 1 comments

when use zoomIn animate, After zooming once, it zoomOut then zooming in , how can ignore reverse in infinite mode ezgif-5-aed587af2631

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

caspianprogrammer avatar Jan 28 '19 11:01 caspianprogrammer

Did you find any solution to reverse the animation?

ankitsehgal94 avatar Aug 29 '19 09:08 ankitsehgal94