I want the confetti animation when I complete a task, HOWEVER, I do not use a "Done" list so the confetti emoji hack in the list title does not work for me.
Rather than use a "Done" list, I use a "Done" button automation that archives the card that I have completed.
I have seen the chrome extension that adds confetti whenever a checklist item is completed, but I only want the confetti when the entire card is completed, to not let too much celebration go to my head hahaha
Is there a way to add the confetti animation in this case scenario? I would love the dopamine rush!
Hi @Noa Office
It's Mary from Planyway power-up for Trello
For your specific use case in Trello, where you're seeking a confetti animation upon completing a card via an automation button rather than moving it to a "Done" list, you'll likely need a more customized solution. Trello's built-in features and the standard confetti emoji hack in the list title won't work since you're archiving cards as a way to mark them complete. Here's a strategy you can consider:
Custom Chrome Extension or Userscript: Since you mentioned that existing Chrome extensions don't quite meet your needs, creating a custom Chrome extension or userscript that listens for the specific action of your "Done" button being pressed could be the way to go. This requires some programming knowledge, particularly in JavaScript.
Development Approach:
canvas-confetti
, that can help you easily create a confetti effect on the page.Steps to Implement:
canvas-confetti
library, for example, is straightforward to use.Resources:
canvas-confetti
GitHub Repository: For implementing the confetti animation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.