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

Delay > 1000 does not work

Open BGordts opened this issue 7 years ago • 1 comments

Hi!

First of all, thanks for this library! It's very usefull in our project.

I have the following issue: when I try to set a delay > 1000 for an attention seeker animation on a Animatable.View wrapped component, no animation is shown. For delays <= 1000 everything works fine. Is this a bug or on purpose?

BGordts avatar Aug 01 '17 09:08 BGordts

I have written this code but delay is not working for it. I want to repeat this animation after X seconds. <Animatable.View animation="shake" easing="linear" iterationCount={2} delay={999} > <Image source={require('./question.png')} style={styles.imageQuestionMark} /> </Animatable.View>

Can any one help me?

ChandniSharma avatar Oct 16 '18 11:10 ChandniSharma