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
Thanks for building this really nice add-on. I'm adding it so that it gets triggered once the user marks as finished a whole process of a shiny app I'm working on. Nice (hidden) touch!
Sharing the code as an additional use-case where the fireworks are triggered for 5 seconds and then stop. In case you'd like me to add it to the README, let me know.
In UI
checkboxInput("final_model", "Report as final model", FALSE)
Finally, regarding the "special effects", is there a way to set stop() to stop "launching fireworks" instead of simply getting rid of all at the same time to have a more natural stopping effect?
The text was updated successfully, but these errors were encountered:
Thanks for building this really nice add-on. I'm adding it so that it gets triggered once the user marks as finished a whole process of a shiny app I'm working on. Nice (hidden) touch!
Sharing the code as an additional use-case where the fireworks are triggered for 5 seconds and then stop. In case you'd like me to add it to the README, let me know.
In UI
checkboxInput("final_model", "Report as final model", FALSE)
In server
Finally, regarding the "special effects", is there a way to set
stop()
to stop "launching fireworks" instead of simply getting rid of all at the same time to have a more natural stopping effect?The text was updated successfully, but these errors were encountered: