add_animated_letters.Rd
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"
)
Character Text to which the animation should be applied letter by letter.
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"
Character. CSS specification of the font size.
Character. CSS specification of the font color.
Write the quarto code for the animation.