Skip to content

Commit 20c10a8

Browse files
committed
Make wheel faster 2
1 parent e4e9979 commit 20c10a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roulette-wheel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
alert('Please add at least one task before spinning the wheel.');
204204
return;
205205
}
206-
spinAngleStart = Math.random() * 30 + 30;
206+
spinAngleStart = Math.random() * 30 + 40;
207207
spinTime = 0;
208208
spinTimeTotal = Math.random() * 1500 + 3000;
209209
rotateWheel();

0 commit comments

Comments
 (0)