maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

Add duration property to all animations #57

Closed ndillon1 closed 6 years ago

ndillon1 commented 7 years ago

Hi ,

I added an extra prop to the spinners so that you can adjust the duration of the animation, e.g

<Spinner size={30} type="Wave" duration={3.5}/>

Please consider merging

ndillon1 commented 7 years ago

@maxs15 any chance you can take a look at this pull request ?