dropMenuOptions | R Documentation |
Those options will passed to the underlying JavaScript
library powering dropMenu
: tippy.js. See all available options
here https://atomiks.github.io/tippyjs/all-props/.
dropMenuOptions(duration = c(275, 250), animation = "fade", flip = FALSE, ...)
duration |
Duration of the CSS transition animation in ms. |
animation |
The type of transition animation. |
flip |
Determines if the tippy flips so that it is placed within the viewport as best it can be if there is not enough space. |
... |
Additional arguments. |
a list
of options to be used in dropMenu
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.