Open quinnouyang opened 8 months ago
On the side, should we always be looping even with no user activity? What about we only continue a loop given user activity? (e.g. no longer clicking anywhere -> stop when audio would end)
Good idea! On Mar 17, 2024, at 4:06 PM, Quinn Ouyang @.***> wrote: On the side, should we always be looping even with no user activity? What about we only continue a loop given user activity? (e.g. no longer clicking anywhere -> stop when audio would end)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
Will likely need a basic custom looping:
setTimeout
with an off option if new category selected?