jQuery-SlotMachine
jQuery-SlotMachine copied to clipboard
Shuffle loop count not working in Angular 7 / Ionic
Hi, I'm facing that the Shuffle loop count not working in Angular 7 / Ionic. I tried with slowMachine.shuffle(9999); slowMachine.shuffle(10); slowMachine.shuffle(5); it loop exactly the same number of spins only.
I did console.log within the slotmachine.js. the _this3.shuffle(left, onComplete); is keep looping just the animation stop around 3 number of spins.
Anyone got idea what's went wrong?
Hey @dodomui did you manage to fix it?