Adding more confetti, as requested
This commit is contained in:
parent
a1ebda8273
commit
e2c9fd4073
@ -235,6 +235,8 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
|
|||||||
Confetti({
|
Confetti({
|
||||||
angle: 60,
|
angle: 60,
|
||||||
disableForReducedMotion: true,
|
disableForReducedMotion: true,
|
||||||
|
particleCount: 200,
|
||||||
|
ticks: 300,
|
||||||
origin: {x, y},
|
origin: {x, y},
|
||||||
zIndex: 2000
|
zIndex: 2000
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user