Merge pull request #708 from colouring-london/feature/more-confetti
Adding more confetti, as requested
This commit is contained in:
commit
e12b544503
@ -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