I built a website where you can pop confettis for no reason
poptheconfetti.website
I built a website where you can pop confettis for no reason
1–10 of 44 posts
Re: I built a website where you can pop confettis for no reason
#2Nice, just spent 2 mins popping.
Re: I built a website where you can pop confettis for no reason
#3It's slightly annoying that the sound effect seems to contain some initial silence. The sounds don't align with the clicks!
Re: I built a website where you can pop confettis for no reason
#4But why?
Re: I built a website where you can pop confettis for no reason
#5But why?
I refer you to the title of the submission, my good man.
Re: I built a website where you can pop confettis for no reason
#6Poke the bunny
Re: I built a website where you can pop confettis for no reason
#7Did anyone get a faster click speed than 45ms?
Re: I built a website where you can pop confettis for no reason
#8Needs an observability dashboard for insights.
Re: I built a website where you can pop confettis for no reason
#9For those who want to experiment with different click speed values without clicking, web console code that clicks twice with a set timeout:
setTimeout(() => document.getElementsByTagName('button')[0].click(), 1000); setTimeout(() => document.getElementsByTagName('button')[0].click(), 1200);
For those who want to test the limits of your device and your neighbors (100 clicks at once, 1s from now): for (var i = 0; i document.getElementsByTagName('button')[0].click(), 1000);}Re: I built a website where you can pop confettis for no reason
#10Did anyone get a faster click speed than 45ms?
I got 2ms but I think this is just lagging in Safari