You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, enjoying adding this to the open source project Quepid, github.com/o19s/quepid.
I have a button that submits some data, however I'd like to run the confetti effect FIRST, and then run the button.. I'm using the onMouseDown, can I make it run first?
The text was updated successfully, but these errors were encountered:
there's currently no clean way for the library consumer to check if an effect has ended, but you could just submit the data after a brief delay (via setTimeout), but i'd have to know more about your context to help more.
Hi, enjoying adding this to the open source project Quepid, github.com/o19s/quepid.
I have a button that submits some data, however I'd like to run the confetti effect FIRST, and then run the button.. I'm using the onMouseDown, can I make it run first?
The text was updated successfully, but these errors were encountered: