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 of the CSS transition animation in ms.
The type of transition animation.
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
.