jschuur / coworking.party

Virtual coworking communities to keep people motivated and have a little fun.
https://coworking.party
7 stars 1 forks source link

BUG: Confetti shots 'build up' when tab hidden #49

Closed jschuur closed 5 months ago

jschuur commented 5 months ago

The confetti tab likely buffers rendering until the tab is visible again and then shows a bunch of confetti at once, slowing the page/browser down.

Solve by skipping confetti when not visible (or 'useWorker'?)

jschuur commented 5 months ago

Fixed