josex2r / jQuery-SlotMachine

Makes Slot Machine effect without jquery (the name is just legacy O_O)
http://josex2r.github.io/jQuery-SlotMachine/
GNU General Public License v3.0
602 stars 246 forks source link

How do you stop a slot in an arbitrary position? #93

Closed RM6SS62 closed 2 years ago

RM6SS62 commented 2 years ago

For example if I want to generate the result server side, I wouldn't know where to stop until the machine is already spinning. I could get the result first and then make the machine spin, but anyways, I think you get the idea. Thanks!