maxs15 / react-native-spinkit

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

Ability to set duration #22

Open idris opened 8 years ago

idris commented 8 years ago

You should be able to set duration or speed on the component

maxs15 commented 8 years ago

The duration is rare use case..you can still do it pretty easy on your side with a setTimeout.

ndillon1 commented 7 years ago

@idris I made a PR that adds this functionality #57