Confetti for the winners #37
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/confetti"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WOULD BE NICE WITH A DESCRIPTION AND REFERENCE TO THE RELATED ISSUE:)
Instead of having a check here how about only calling
startConfetti()and have it check what the name is and either do normal size or uber size?@@ -147,9 +150,39 @@ export default {case 3:return "yellow";}This is pretty similar to the function above. Can some of the code be separated into a more general function and instead send
defaultsor confetti objects down to the more general function?@@ -151,2 +181,4 @@}},}};Nice with a comment that explains the size in seconds here.
Good idea! Thanks for the input
@@ -151,2 +181,4 @@}},}};I will include a comment to be more descriptive, thanks!
Also, how about having some minor randomness in the size of the normal confetti for variety?
@@ -147,9 +150,39 @@ export default {case 3:return "yellow";}I should indeed be able to reduce redundancy here!
Fixed
@@ -151,2 +181,4 @@}},}};Fixed
@@ -147,9 +150,39 @@ export default {case 3:return "yellow";}fixed
What is
x&yhere? Can we give them more descriptive names?