confettis

This commit is contained in:
Klemek
2025-02-21 20:07:03 +01:00
parent ba52c5cc3a
commit a24354bcf9
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -195,6 +195,12 @@ let app = {
this.selected = this.getSelected();
this.timeoutId = setTimeout(() => {
this.showSelected = true;
confetti({
particleCount: 400,
startVelocity: 100,
spread: 100,
origin: { y: 0.9 },
});
}, 5000);
},
getSelected() {