n4kz / react-native-indicators

Activity indicator collection for React Native
Other
899 stars 117 forks source link

animation duration time ? #9

Closed onusgit closed 6 years ago

vshalvaghasiya commented 6 years ago

It is same issue .

n4kz commented 6 years ago

Thanks for issue. Animation is looped and loop duration is configurable via animationDuration prop in all exported components. If however you want to stop it at some point you can use animating prop. Please see #4 for more details.