Confetti for the winners #37

Merged
guggerud merged 3 commits from feat/confetti into master 2020-09-11 07:47:50 +00:00
Showing only changes of commit c0171412c1 - Show all commits

View File

@@ -176,8 +176,8 @@ export default {
} }
}, 250); }, 250);
function runCannon(x, y){ function runCannon(confettiDefaultValues, originPoint){
confetti(Object.assign({}, x, {origin: y })) confetti(Object.assign({}, confettiDefaultValues, {origin: originPoint }))
} }
}, },
} }