You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: