particlesjs
particlesjs copied to clipboard
Particles.js for Shiny apps & rmarkdown
Thanks for the great package. I want to add animation in the header of my dashboard. It works under body of the dashboard but not in header. I tried with...
I'm trying to implement the particles on a miniUI gadget. When I point the `particles()` function to an existing config.json, it doesn't recognize it. Even `particles_config()` doesn't seem to work...
Hi. I am trying to use particles as background in a modalDialog but nothing shows. What can be wrong? Code is below. Ivo ``` library(shiny) library(shinyparticles) server
Is it possible to overlay particles on an image within a shiny app?
question
Hi! Thanks for the implementation of a great feature! Is it possible to hide/show (remove/insert div with particles) animation from shiny page depend on some reactive value?