Description Usage Arguments Details Value
The looks of the spinner can be changed via css. Classes: "whirligig" and "show-spinner" are used, and the color is taken from var(–whirligig-color).
1 |
... |
will be passed to shiny::div |
For example, changing color can be done by passing in a class name for the container (class = "foo") and then in css:
.foo .whirligig –whirligig-color: pink;
The shape and animation can be redifined with .whirligig.show-spinner:after -css-selector
Just play around with the file whirligig.css on your browser!
... wrapped in shiny::div that contains spinner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.