shekharramola / react-wheel-of-prizes

It is a wheel of prizes game for react developers
89 stars 58 forks source link

What if I want to specify number of seconds the wheel should spin? #5

Closed faisalur-rehman closed 3 years ago

faisalur-rehman commented 3 years ago

I want the wheel to spin for 'x' seconds but I don't know how to do it.

isherwood commented 3 years ago

This doesn't appear to be built into the component, but it would be a great feature. The duration is too long for a group game.

How about a pull request?

shekharramola commented 3 years ago

@faisalur-rehman Yes, @isherwood is right. It's not supported yet but a good feature to have. I will start working on it and if anyone wanted to contribute, you are very welcome!

shekharramola commented 3 years ago

@faisalur-rehman , you can play with upDuration and downDuration and match with your need in the latest version. I have updated readme

faisalur-rehman commented 3 years ago

Thanks. I will surely check it.

isherwood commented 3 years ago

Checked and approved. Nice! I also appreciate the sizing. I was planning on implementing that myself for my project.