Apply css animation separately for each letter of the entered text.

add_animated_letters(
  text = "You can write here a sentence.",
  animation = "neon",
  color = "#FFF;",
  size = "1em"
)

Arguments

text

Character Text to which the animation should be applied letter by letter.

animation

Character. The kind of animation: "semi-fade-out", "grow", "shrink", "zoom-in", "strike", "fade-out", "fade-up", "fade-down", "fade-right", "fade-left", "highlight-red", "highlight-green", "highlight-blue"

color

Character. CSS specification of the font size.

size

Character. CSS specification of the font color.

Value

Write the quarto code for the animation.

Author

Nicolas Mangin