- fixed visual error where empty entries where shown as null
This commit is contained in:
@ -4,9 +4,9 @@ function randomInRange(min, max) {
|
||||
|
||||
function doTheConfetti() {
|
||||
confetti({
|
||||
angle: 100,
|
||||
angle: randomInRange(90, 110),
|
||||
spread: randomInRange(70, 120),
|
||||
particleCount: randomInRange(100, 200),
|
||||
origin: { y: 0.6 }
|
||||
origin: { y: 0.6, x: randomInRange(0.4, 0.8) },
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user