Description Usage Arguments Note Author(s) Examples
View source: R/extra-effects.R
Build an argon blur effect
| 1 | 
| ... | Tag to be treated by the blur effect. | 
| text | Text that appears on hover. | 
| text_color | Text color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html. | 
Not compatible with argonDash
David Granjon, dgranjon@ymail.com
| 1 2 3 4 5 6 7 8 9 | if (interactive()) {
 library(argonR)
 argonBlur(
  argonImage(
   src = "inst/images/imac.svg",
   floating = TRUE
  )
 ) 
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.